Add a scheduler to the Flask application
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from mailu import app
|
||||
import os
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
os.environ["DEBUG"] = "true"
|
||||
from mailu import app
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user