Skip to content

Commit

Permalink
Fix running app after push
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed Apr 22, 2023
1 parent f172fc3 commit cd74b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
sys.exit(1)

if args.run:
result = badge.app_run(name.encode('ascii', "ignore"))
result = badge.app_run(name)

if result:
badge.reset(False)
Expand Down

0 comments on commit cd74b17

Please sign in to comment.