Skip to content

Commit

Permalink
()つけ忘れてた……
Browse files Browse the repository at this point in the history
  • Loading branch information
non117 committed Mar 16, 2012
1 parent bc810a9 commit 0c20d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boxnya.py
Expand Up @@ -58,7 +58,7 @@ def twitterinitializer(account_number=0):
tokens = ['\n"twitter":[']
api = Api()
for i in range(account_number):
print "\n\n---> Authorize %dth account." % i + 1
print "\n\n---> Authorize %dth account." % (i + 1)
tokens.append("\n%s," % str(api.initializer()))
tokens.append('],')

Expand Down Expand Up @@ -208,4 +208,4 @@ def main():
print "---> Boxnya service start."
main()
print "\n---> see you !"
sys.exit(0)
sys.exit(0)

0 comments on commit 0c20d7a

Please sign in to comment.