Doc

parent 24a50d1d
......@@ -76,6 +76,10 @@ class Config:
self.key = key
def run(config):
"""
Will accept to upload a file only once. When a file has been uploaded,
it will refuse any other upload.
"""
app = Flask(__name__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment