From 5638b0af76ba9d0d14250a7b8b14f4b2b0f88420 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 10 Oct 2021 16:13:03 +0800 Subject: [PATCH] Fixed MotM URL --- routes/_hkfcD_motm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index 7632bd3..676c85b 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -148,7 +148,7 @@ def hkfcDMotmAdmin(): currSuffix = tempSuffix[0]['motmUrlSuffix'] print(currSuffix) flash('Man of the Match vote is now activated') - flash('MotM URL https://hockey.ppspone.cloud/hkfc-d/motm/'+currSuffix) + flash('MotM URL https://hockey.ervine.cloud/hkfc-d/motm/'+currSuffix) else: flash('Something went wrong - check with Smithers')