Prechádzať zdrojové kódy

Update 'nagbot.py'

Removed extraneous sleep from try statement
deadtom 5 dní pred
rodič
commit
e899ff94fa
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      nagbot.py

+ 0 - 1
nagbot.py

@@ -23,7 +23,6 @@ def main():
 try:
     while True:
         main()
-        time.sleep(config.interval)
 except KeyboardInterrupt:
     print('\nExiting program...')
     sys.exit()