소스 검색

Update 'nagbot.py'

Removed extraneous sleep from try statement
deadtom 5 일 전
부모
커밋
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()