upgrade to flask2

This commit is contained in:
2021-10-18 11:31:12 +03:00
parent f967e81a7d
commit e4888f3569
2 changed files with 4 additions and 4 deletions

View File

@@ -354,7 +354,7 @@ def run_loop(opts):
def upload_file(file, opts):
print("Upload "+file)
p = Popen(
"curl -s %s%s/%s/%s | python -u - -s %d '%s'"%(
"curl -s %s%s/%s/%s | python3 -u - -s %d '%s'"%(
opts.rooturl,
"script/upload_split",
opts.share,