Spaces:
Running
Running
Commit
·
b813dda
1
Parent(s):
22c0846
Add scheduler functionality to app.py and clean up main.py
Browse files
main.py
CHANGED
@@ -52,4 +52,4 @@ def post_blogpost(uaccess_key, wait_time=5):
|
|
52 |
print(f"\n-------------------------------------------------------\nError sending mail: {e}\n-------------------------------------------------------\n")
|
53 |
finally:
|
54 |
print("\n-------------------------------------------------------\nProcess Completed\n-------------------------------------------------------\n")
|
55 |
-
return pdata
|
|
|
52 |
print(f"\n-------------------------------------------------------\nError sending mail: {e}\n-------------------------------------------------------\n")
|
53 |
finally:
|
54 |
print("\n-------------------------------------------------------\nProcess Completed\n-------------------------------------------------------\n")
|
55 |
+
return pdata
|