diff --git a/src/twomartens/allrisscraper/main.py b/src/twomartens/allrisscraper/main.py index d5ae707..f942853 100644 --- a/src/twomartens/allrisscraper/main.py +++ b/src/twomartens/allrisscraper/main.py @@ -46,7 +46,7 @@ def main() -> None: try: with open(config_file, "r"): # if we reach this branch then the file exists and everything is fine - return + pass except FileNotFoundError: with open(config_file, "w") as file: parser = configparser.ConfigParser()