Skip to content

Commit

Permalink
youuuuuuutubedl: fix Directories
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Apr 17, 2023
1 parent f0c4aa3 commit a50a75a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions automon/integrations/youuuuuuutubedl/directories.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@


class Directories:
downloading: str
finished: str
pending: str
cookies: str
downloading: str = os.path.join('youuuuuuutubedl', 'downloading')
finished: str = os.path.join('youuuuuuutubedl', 'finished')
pending: str = os.path.join('youuuuuuutubedl', 'pending')
cookies: str = os.path.join('youuuuuuutubedl', 'cookies')

def __init__(self):
self.downloading = os.path.join('youuuuuuutubedl', 'downloading')
Expand Down

0 comments on commit a50a75a

Please sign in to comment.