Skip to content

Commit

Permalink
Return after telling the user to pick a time format.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowa committed Nov 24, 2014
1 parent 29ad0bd commit 1de22e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions willie/modules/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def update_user_format(bot, trigger):
if not tformat:
bot.reply("What format do you want me to use? Try using"
" http://strftime.net to make one.")
return

tz = get_timezone(bot.db, bot.config, None, None, trigger.sender)

Expand Down

0 comments on commit 1de22e9

Please sign in to comment.