Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac19 committed Sep 21, 2021
1 parent 4ede6b3 commit b3a9b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def fish_loop(self):
while(True):
if self.config['clear_screen']:
os.system('cls')
print("Controlling...")
print("Controlling...")
if keyboard.is_pressed('k'):
print('Interrupted!')
break
Expand Down

0 comments on commit b3a9b14

Please sign in to comment.