removed debug statement
This commit is contained in:
parent
739cdb710d
commit
8a3c18b857
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ async def index():
|
|||
with open('.env', 'w') as file:
|
||||
for key, value in form_dict.items():
|
||||
file.write(f"{key}='{value}'\n")
|
||||
print(form_dict)
|
||||
flask_app.bot_process.terminate()
|
||||
flask_app.bot_process = subprocess.Popen([sys.executable, "sparkytron3000.py"])
|
||||
message = "Variables Updated!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue