diff --git a/app/routes.py b/app/routes.py index 9bdd823..a346281 100644 --- a/app/routes.py +++ b/app/routes.py @@ -151,8 +151,9 @@ def version(): f = open(DIR + "installs.log", "a") f.write( - "%s\t%s\t%s\t%s\t%s\n" + "%s\%s\t%s\t%s\t%s\t%s\n" % ( + request.environ, time.strftime("%Y-%m-%d %H:%M:%S"), remote_addr, svn or commit or release or "-",