Skip to content
Snippets Groups Projects
Commit a690537c authored by Ishan Patel's avatar Ishan Patel
Browse files

fixed whitespaces

parent b5534ac1
No related branches found
No related tags found
1 merge request!22Feat-flatdb-for-blazerID's
......@@ -7,7 +7,6 @@ import os
import os.path
import sys
import time
import datetime
import subprocess
# third-party imports
......@@ -59,6 +58,7 @@ def create_app(config_name):
print(tempString, file=sys.stdout)
try:
time_stamp = time.strftime("%Y%m%d-%H%M%S")
temp_path = "/var/www/ood/register/flask_user_reg"
complete_file_name = os.path.join(temp_path, time_stamp+".txt")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment