1
0
Эх сурвалжийг харах

Update 'nagbot.py'

Removed extraneous sleep from try statement
deadtom 5 өдөр өмнө
parent
commit
e899ff94fa
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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()