minor update in main.py

This commit is contained in:
mnjx
2023-06-26 18:10:12 +02:00
parent 4d715f45a1
commit 53ee24faa0
+1 -2
View File
@@ -118,6 +118,5 @@ if __name__ == "__main__":
sw.show_schedule(pwd, user)
st.show_schedule(pwd, user)
gr.show_grades(pwd, user)
except Exception as e:
raise e
except:
print("Could not execute")