Skip to content

Commit

Permalink
Revert "fix #511"
Browse files Browse the repository at this point in the history
This reverts commit 4c9549b.
  • Loading branch information
donaldcampbelljr committed Aug 27, 2024
1 parent ffa812b commit 68a1729
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:
main()
sys.exit(main())
except KeyboardInterrupt:
print("Program canceled by user!")
sys.exit(1)

0 comments on commit 68a1729

Please sign in to comment.