Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 8, 2018
1 parent 742bb6d commit 5cbca92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from flask import Flask
import views
import sys
import web
import io
import os

Expand All @@ -22,7 +21,7 @@
)

import time
print "time.time(): %f " % time.time()
# print "time.time(): %f " % time.time()
app.config.version = "0.0.1" + str(time.time())


Expand Down

0 comments on commit 5cbca92

Please sign in to comment.