Store all user data in a folder
This commit is contained in:
parent
f92d6fab53
commit
d3d579840a
19 changed files with 84 additions and 151 deletions
|
|
@ -83,10 +83,10 @@ def allsingles(local=False):
|
|||
ficcountstring = "0" + str(ficcount)
|
||||
else:
|
||||
ficcountstring = str(ficcount)
|
||||
if os.path.exists("originalsmeta/" + ficcountstring + ".py"):
|
||||
singlepage(ficcount,"originalsmeta",local)
|
||||
elif os.path.exists("translationsmeta/" + ficcountstring + ".py"):
|
||||
singlepage(ficcount,"translationsmeta",local)
|
||||
if os.path.exists("files/originalsmeta/" + ficcountstring + ".py"):
|
||||
singlepage(ficcount,"files.originalsmeta",local)
|
||||
elif os.path.exists("files/translationsmeta/" + ficcountstring + ".py"):
|
||||
singlepage(ficcount,"files.translationsmeta",local)
|
||||
|
||||
if __name__ == "__main__":
|
||||
allsingles()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue