Skip to content

Commit

Permalink
add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinariusprof committed May 16, 2024
1 parent 09323f8 commit 48c2573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sns_index/sns_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ def populate_sns_addresses():
conn.commit()

def populate_sns_addresses_loop():
time.sleep(30)
print("Starting to populate sns addresses...")
while True:
populate_sns_addresses()

Expand Down

0 comments on commit 48c2573

Please sign in to comment.