Skip to content

Commit

Permalink
fix #511
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 20, 2024
1 parent a264e80 commit 4c9549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if __name__ == "__main__":
try:
sys.exit(main())
main()
except KeyboardInterrupt:
print("Program canceled by user!")
sys.exit(1)

0 comments on commit 4c9549b

Please sign in to comment.