Badumetsibb commited on
Commit
9489b4c
·
verified ·
1 Parent(s): c1defb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ def background_loop():
328
  print("✅ Scan Complete. Sleeping...")
329
  except Exception as e:
330
  print(f"❌ Background Error: {e}")
331
- time.sleep(400) # Run every 5 minutes (900 seconds)
332
 
333
  # Start Background Thread
334
  t = threading.Thread(target=background_loop, daemon=True)
 
328
  print("✅ Scan Complete. Sleeping...")
329
  except Exception as e:
330
  print(f"❌ Background Error: {e}")
331
+ time.sleep(900) # Run every 15 minutes (900 seconds)
332
 
333
  # Start Background Thread
334
  t = threading.Thread(target=background_loop, daemon=True)