kjhg
Browse files- __pycache__/functi.cpython-311.pyc +0 -0
- app.py +2 -2
- functi.py +1 -1
__pycache__/functi.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/functi.cpython-311.pyc and b/__pycache__/functi.cpython-311.pyc differ
|
|
|
app.py
CHANGED
|
@@ -199,7 +199,7 @@ stylekit = {
|
|
| 199 |
|
| 200 |
if __name__ == "__main__":
|
| 201 |
planning()
|
| 202 |
-
|
| 203 |
gui = Gui(pages=pages)
|
| 204 |
gui.run(
|
| 205 |
debug=True,
|
|
@@ -207,5 +207,5 @@ if __name__ == "__main__":
|
|
| 207 |
stylekit=stylekit,
|
| 208 |
title="Lin",
|
| 209 |
dark_mode=False,
|
| 210 |
-
use_reloader=
|
| 211 |
)
|
|
|
|
| 199 |
|
| 200 |
if __name__ == "__main__":
|
| 201 |
planning()
|
| 202 |
+
apsched.start()
|
| 203 |
gui = Gui(pages=pages)
|
| 204 |
gui.run(
|
| 205 |
debug=True,
|
|
|
|
| 207 |
stylekit=stylekit,
|
| 208 |
title="Lin",
|
| 209 |
dark_mode=False,
|
| 210 |
+
use_reloader=False,
|
| 211 |
)
|
functi.py
CHANGED
|
@@ -20,7 +20,7 @@ from functools import partial
|
|
| 20 |
|
| 21 |
# Create the scheduler globally (start it once)
|
| 22 |
apsched = BackgroundScheduler()
|
| 23 |
-
|
| 24 |
|
| 25 |
Linked_account_name = " "
|
| 26 |
Linked_social_network = " "
|
|
|
|
| 20 |
|
| 21 |
# Create the scheduler globally (start it once)
|
| 22 |
apsched = BackgroundScheduler()
|
| 23 |
+
|
| 24 |
|
| 25 |
Linked_account_name = " "
|
| 26 |
Linked_social_network = " "
|