DmitrMakeev commited on
Commit
722b2a4
·
verified ·
1 Parent(s): 74a1798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -104,6 +104,8 @@ if not os.path.exists(UPLOAD_FOLDER):
104
  if not os.path.exists(HTML_FOLDER):
105
  os.makedirs(HTML_FOLDER)
106
 
 
 
107
 
108
 
109
 
 
104
  if not os.path.exists(HTML_FOLDER):
105
  os.makedirs(HTML_FOLDER)
106
 
107
+ if not os.path.exists(HTML_FOLDER_VK):
108
+ os.makedirs(HTML_FOLDER_VK)
109
 
110
 
111