parent
417a02d4cc
commit
9df8c8560d
6
Gmeek.py
6
Gmeek.py
@ -54,12 +54,8 @@ class GMEEK():
|
|||||||
if os.path.exists(self.root_dir):
|
if os.path.exists(self.root_dir):
|
||||||
shutil.rmtree(self.root_dir)
|
shutil.rmtree(self.root_dir)
|
||||||
|
|
||||||
if os.path.exists("copy/"):
|
|
||||||
shutil.copytree("copy/",self.root_dir)
|
|
||||||
else:
|
|
||||||
os.mkdir(self.root_dir)
|
|
||||||
|
|
||||||
os.mkdir(self.backup_dir)
|
os.mkdir(self.backup_dir)
|
||||||
|
os.mkdir(self.root_dir)
|
||||||
os.mkdir(self.post_dir)
|
os.mkdir(self.post_dir)
|
||||||
|
|
||||||
def defaultConfig(self):
|
def defaultConfig(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user