From cc6aa003cd999abd38fc341d36a264550b624f2c Mon Sep 17 00:00:00 2001 From: burzuf Date: Wed, 18 Mar 2020 21:09:57 +0300 Subject: [PATCH 1/9] =?UTF-8?q?=D0=92=D0=BE=D1=81=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=B8=D0=BB=20=D0=BF=D0=BE=D0=BB=D1=8F=20=D0=B2?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/workshop.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/workshop.html b/templates/workshop.html index 9f364e2..047fd81 100644 --- a/templates/workshop.html +++ b/templates/workshop.html @@ -65,7 +65,7 @@
From d8257d0161fa359068c3ba3ba6dc216b732ed636 Mon Sep 17 00:00:00 2001 From: burzuf Date: Wed, 18 Mar 2020 21:12:52 +0300 Subject: [PATCH 2/9] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 4 +--- templates/workshop.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index f95798e..1795944 100644 --- a/__init__.py +++ b/__init__.py @@ -67,8 +67,7 @@ def workshop(): actionArgs) return redirect(url_for('workshop')) - if 'NewScenarioName' in request.form: - print('писька коня') + # if 'NewScenarioName' in request.form: if 'TGUsername' in request.form: new_tg_username = request.form['TGUsername'] @@ -81,7 +80,6 @@ def workshop(): User = db_routing.get_user(id=current_user.get_id()) if User: tg_username = User.tg_username - print(tg_username) else: tg_username = None return render_template('workshop.html', triggers_list=triggers_list, actions_list=actions_list, diff --git a/templates/workshop.html b/templates/workshop.html index 047fd81..eea7b4b 100644 --- a/templates/workshop.html +++ b/templates/workshop.html @@ -51,7 +51,7 @@
Название
- +