First working certificate generation code, related to #35
This commit is contained in:
@@ -2,6 +2,6 @@ import os
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.environ["DEBUG"] = "true"
|
||||
os.environ["DEBUG"] = "True"
|
||||
from mailu import app
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user