Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
fix keyerror
Browse files Browse the repository at this point in the history
  • Loading branch information
joealcorn committed Jun 21, 2013
1 parent 301d964 commit 9d65a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedditBot/plugins/minecraft.py
Expand Up @@ -122,7 +122,7 @@ def minecraft_status(context):
session = check_session()
login = check_login()

line = '[Login] {login} [Session] {session}'.format(login, session)
line = '[Login] {0} [Session] {1}'.format(login, session)
return line


Expand Down

0 comments on commit 9d65a37

Please sign in to comment.