Skip to content

Commit

Permalink
printing time
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvar94 committed Jul 18, 2015
1 parent 16647de commit 7d7e824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions countdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def main():
result = deadline(options.date)
else:
result = daysFromChristmas()
print result
return result
return "%s, %s" % (result,datetime.now().strftime("%Y-%m-%d %H:%M:%S"))

if __name__ == "__main__":
app.run()
Expand Down

0 comments on commit 7d7e824

Please sign in to comment.