Skip to content

Commit

Permalink
Updated To Pyro 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeamAlexa authored Nov 28, 2023
1 parent df43f45 commit ec45580
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AlexaMusic/core/dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ def dirr():
for file in os.listdir():
if file.endswith(".jpeg"):
os.remove(file)
for file in os.listdir():
if file.endswith(".session"):
os.remove(file)
for file in os.listdir():
if file.endswith(".session-journal"):
os.remove(file)
if "downloads" not in listdir():
mkdir("downloads")
if "cache" not in listdir():
Expand Down

0 comments on commit ec45580

Please sign in to comment.