Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan authored Jul 27, 2024
1 parent 89d198c commit 51f969b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def scan_unembedded_creations():
while True:
try:
print("Hello embedder")
scan_unembedded_creations()
#scan_unembedded_creations()
except Exception as e:
print(e)
time.sleep(1)
time.sleep(100)

0 comments on commit 51f969b

Please sign in to comment.