|
|
@@ -110,6 +110,7 @@ def locationSelector():
|
|
|
print("3. LOHS")
|
|
|
print("4. GHL")
|
|
|
print("5. DDM")
|
|
|
+ print("6. McNally")
|
|
|
schoolSelected = input("Select the school: ")
|
|
|
if schoolSelected == "1":
|
|
|
global URL
|
|
|
@@ -122,6 +123,8 @@ def locationSelector():
|
|
|
URL = "https://docs.google.com/forms/d/e/1FAIpQLSdIT2XbkW4leXrQmS0rEuQ70lZoXkNG_zv7a0JOIRS4wuyxfw/viewform"
|
|
|
elif schoolSelected == "5":
|
|
|
URL = "https://docs.google.com/forms/d/e/1FAIpQLSeQJO4uzCHg-OIawaWiVcjJrhcVsFKZ-2hDF4wOaDmz9Xx86w/viewform"
|
|
|
+ elif schoolSelected == "6":
|
|
|
+ URL = "https://docs.google.com/forms/d/e/1FAIpQLSe8faJgWiVMym4pw6VNR5aJ7j9cJUkP2TYSNUIrYnAcJyaD2w/viewform"
|
|
|
else:
|
|
|
print("not a valid selection.")
|
|
|
locationSelector()
|