Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed Feb 25, 2015
1 parent 5391dc6 commit f7ba425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtas/webserver/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def home():
text = "xtas web server\n"
if app.debug:
text += '\n'.join(["\nPython version %d.%d.%d"
% (pyver.major, pyver.minor, pyver.micro),
% (pyver.major, pyver.minor, pyver.micro),
"Celery version %s" % celery_version,
"Flask version %s" % flask_version,
"Tornado version %s" % tornado_version])
Expand Down

0 comments on commit f7ba425

Please sign in to comment.