Add twitch hyperlinking to webhost

This commit is contained in:
Fabian Dill
2020-06-27 13:52:03 +02:00
parent e0e13ac59e
commit 6f9f5cbe14
5 changed files with 44 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ def upload_game():
except:
flash("Could not load multidata. File may be corrupted or incompatible.")
else:
seed = Seed(multidata=multidata, owner=session["_id"], private=False)
seed = Seed(multidata=multidata, owner=session["_id"])
commit() # place into DB and generate ids
return redirect(url_for("view_seed", seed=seed.id))
else: