Skip to content

Commit

Permalink
Printing information about yourself (username, etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydonald committed Mar 16, 2016
1 parent 8436578 commit 58f9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/command_who_am_i.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
res = s.get_self()
print("Got: >%s<" % res)
username = res.username
print("my username is {user}".format(user=username))
print("my username is {user}".format(user=username))

0 comments on commit 58f9094

Please sign in to comment.