Skip to content

Commit

Permalink
derped up last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aperson committed Oct 1, 2012
1 parent 95a1c85 commit 2247bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moderator-bot.py
Expand Up @@ -90,7 +90,7 @@ def mojangStatus():
current_time = time.strftime("%X %x %Z")
for y in x:
if x[y] == 'green':
p("{} is green".format(y, end=""))
p("{} is green".format(y), end="")
text.append(GREENTEXT.format(y, current_time))
elif x[y] == 'red':
p("{} is red".format(y))
Expand Down

0 comments on commit 2247bbb

Please sign in to comment.