Skip to content

Commit

Permalink
other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marocco2 committed Jul 29, 2016
1 parent f151620 commit bdeb334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def notification(telegram_bot_oauth):
ac.log('BOX: Notification from Telegram: ' + var_notify)
return var_notify
else:
var_notify = "No new messages"
var_notify = "No Telegram connection"
ac.log('BOX: ' + var_notify)
except:
ac.log('BOX: No Internet connection')
Expand Down

0 comments on commit bdeb334

Please sign in to comment.