Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Knispel2 committed Jun 25, 2024
1 parent 919d689 commit 11ea4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fink_filters/filter_anomaly_notification/filter_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def load_to_anomaly_base(data, model):
NONE
'''
username = model[1:]
time.sleep(3)
res = requests.post('https://fink.matwey.name:443/user/signin', data={
'username': username,
'password': os.environ['ANOMALY_TG_TOKEN']
Expand Down

0 comments on commit 11ea4ba

Please sign in to comment.