mirror of
https://github.com/9001/copyparty.git
synced 2026-03-15 20:53:06 +10:00
support termux
This commit is contained in:
@@ -25,7 +25,7 @@ class EnvParams(object):
|
||||
)
|
||||
|
||||
try:
|
||||
os.mkdir(self.cfg)
|
||||
os.makedirs(self.cfg)
|
||||
except:
|
||||
if not os.path.isdir(self.cfg):
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user