Update mw.py

pull/632/head
Mr Chen 6 months ago
parent aa2126e7e6
commit c249da061d
  1. 1
      web/core/mw.py

@ -213,6 +213,7 @@ def writeFile(filename, content, mode='w+'):
fp.close() fp.close()
return True return True
except Exception as e: except Exception as e:
print(e)
return False return False

Loading…
Cancel
Save