DmitrMakeev commited on
Commit
68dc3b2
·
verified ·
1 Parent(s): 4c97090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -103,6 +103,10 @@ HTML_FOLDER_VK = 'html'
103
  if not os.path.exists(UPLOAD_FOLDER):
104
  os.makedirs(UPLOAD_FOLDER)
105
 
 
 
 
 
106
  if not os.path.exists(HTML_FOLDER):
107
  os.makedirs(HTML_FOLDER)
108
 
 
103
  if not os.path.exists(UPLOAD_FOLDER):
104
  os.makedirs(UPLOAD_FOLDER)
105
 
106
+ if not os.path.exists(UPLOAD_FOLDER_VK):
107
+ os.makedirs(UPLOAD_FOLDER_VK)
108
+
109
+
110
  if not os.path.exists(HTML_FOLDER):
111
  os.makedirs(HTML_FOLDER)
112