Skip to content

Commit

Permalink
fix(Config Generator Not Having Sechedule in it): 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
thezak48 committed Nov 19, 2023
1 parent 915edde commit e266a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manga_dl/utilities/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def _generate_default_config(self):
"multi_threaded": "True",
"num_threads": "10",
"save_location": "./data/manga",
"schedule": "720",
}

with open(self.path, "w") as configfile:
Expand Down

0 comments on commit e266a90

Please sign in to comment.