Skip to content

Commit

Permalink
adjsut threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Dec 8, 2024
1 parent a519a4e commit 3e2133f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spotnet_tracker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import time

from web_app.contract_tools.mixins.alert import AlertMixin
from web_app.contract_tools.mixins.custom_exception import HealthRatioLevelLowException
from web_app.tasks.claim_airdrops import AirdropClaimer

from .celery_config import app
Expand Down
2 changes: 1 addition & 1 deletion web_app/contract_tools/mixins/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from web_app.db.crud import UserDBConnector

logger = logging.getLogger(__name__)
ALERT_THRESHOLD = 2.0 # FIXME return to 1.1 after testing
ALERT_THRESHOLD = 3.2 # FIXME return to 1.1 after testing


class AlertMixin:
Expand Down

0 comments on commit 3e2133f

Please sign in to comment.