Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xample33 authored Sep 22, 2022
1 parent 3e606ef commit 066ad7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def main():
stop = False

config()

system('cls')
print(u.banner())
input('Press enter to start...')
for i in range(5):
Expand Down Expand Up @@ -152,4 +152,4 @@ def on_press(key, abortKey=u.abortkey()):

if __name__=='__main__':
Listener(on_press=on_press).start()
main()
main()

0 comments on commit 066ad7b

Please sign in to comment.