Add vercel
This commit is contained in:
10
app.py
10
app.py
@@ -18,10 +18,8 @@ def create_pic():
|
||||
return send_file(filename, mimetype='image/gif')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
dirs = 'render/outputs'
|
||||
for f in os.listdir(dirs):
|
||||
dirs = 'render/outputs'
|
||||
for f in os.listdir(dirs):
|
||||
os.remove(os.path.join(dirs, f))
|
||||
|
||||
themes = load_themes()
|
||||
app.run()
|
||||
themes = load_themes()
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user