Skip to content

Commit

Permalink
add pushing app error
Browse files Browse the repository at this point in the history
  • Loading branch information
tavdog committed Nov 4, 2023
1 parent 411ac9e commit 2511973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tidbyt_manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def configapp(id,iname,delete_on_cancel):
# set last_pushed to seconds
g.user["devices"][id]["apps"][iname]['last_pushed'] = int(time.time())
else:
print("error pushing App: " + str(result))
flash("Error Pushing App")

# always save
Expand Down

0 comments on commit 2511973

Please sign in to comment.