diff --git a/main.py b/main.py index 31639de..2c377b8 100644 --- a/main.py +++ b/main.py @@ -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)