From 43561c926a2cd96d967dc7fe1b85dff2e1af50dc Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 25 Nov 2020 20:46:47 +0800 Subject: [PATCH] Removed authentication --- routes/_hkfcD_motm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index 88658b8..ac74964 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -137,7 +137,7 @@ def hkfcDMotmAdmin(): print(urlSuffix) sql3 = "UPDATE hkfcDAdminSettings SET motmUrlSuffix='" + urlSuffix + "' WHERE userid='admin'" sql_write_static(sql3) - flash('MotM URL https://hk-hockey.appspot.com/hkfc-d/motm/'+urlSuffix) + flash('MotM URL https://hockey.ervine.cloud/hkfc-d/motm/'+urlSuffix) elif form.activateButton.data: sql4 = "ALTER TABLE _hkfc_d_motm ADD COLUMN motm_" + _nextFixture + " smallint DEFAULT 0, ADD COLUMN dotd_" + _nextFixture + " smallint DEFAULT 0, ADD COLUMN assists_" + _nextFixture + " smallint DEFAULT 0, ADD COLUMN goals_" + _nextFixture + " smallint DEFAULT 0 " sql_write(sql4) @@ -146,7 +146,7 @@ def hkfcDMotmAdmin(): currSuffix = tempSuffix[0]['motmUrlSuffix'] print(currSuffix) flash('Man of the Match vote is now activated') - flash('MotM URL https://hk-hockey.appspot.com/hkfc-d/motm/'+currSuffix) + flash('MotM URL https://hockey.ppspone.cloud/hkfc-d/motm/'+currSuffix) else: flash('Something went wrong - check with Smithers')