xihajun commited on
Commit
135c3d8
1 Parent(s): b51fe37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -71,6 +71,11 @@ if __name__ == "__main__":
71
  os.remove(f)
72
  except OSError as e:
73
  print("Error: %s : %s" % (f, e.strerror))
 
 
 
 
 
74
 
75
  # genrate data
76
  shutil.move(outputname,"./small/"+outputname)
 
71
  os.remove(f)
72
  except OSError as e:
73
  print("Error: %s : %s" % (f, e.strerror))
74
+
75
+ try:
76
+ os.remove("小碎片们.zip")
77
+ except:
78
+ print("Error: %s" % (e.strerror))
79
 
80
  # genrate data
81
  shutil.move(outputname,"./small/"+outputname)