Skip to content

Commit

Permalink
Fix for #3045 (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmezh authored and solderzzc committed Aug 8, 2016
1 parent 283c17e commit 351ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokecli.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def main():
'api_error',
sender=bot,
level='info',
formatted='Log logged in, reconnecting in {:s}'.format(wait_time)
formatted='Log logged in, reconnecting in {:d}'.format(wait_time)
)
time.sleep(wait_time)
except ServerBusyOrOfflineException:
Expand Down

0 comments on commit 351ea76

Please sign in to comment.