Skip to content

Commit

Permalink
- Added more conventional main function call
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondTerry committed Sep 20, 2021
1 parent 96668dd commit 0444f95
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions SignalBot/main.py
Expand Up @@ -110,13 +110,13 @@ def bos(self):



if __name__ == "__main__":

r = main()
starttime = time.time()

r = main()
starttime = time.time()

while(True):
r.bos()
r.__gt__()
r.percentEval()
time.sleep(27.0 - ((time.time() - starttime) % 27.0))
while(True):
r.bos()
r.__gt__()
r.percentEval()
time.sleep(27.0 - ((time.time() - starttime) % 27.0))

0 comments on commit 0444f95

Please sign in to comment.