diff --git a/python/fetch_combined_trackers_list.py b/python/fetch_combined_trackers_list.py index ab07c9a..efa20e7 100755 --- a/python/fetch_combined_trackers_list.py +++ b/python/fetch_combined_trackers_list.py @@ -40,7 +40,6 @@ if __name__ == "__main__": tracker_urls = [x for x in response.text.splitlines() if x != ""] combined_trackers_urls.extend(tracker_urls) - current_working_directory = Path.cwd() tracker_urls_filename = Path.cwd().joinpath("tracker_urls.txt") with open(tracker_urls_filename, "w") as tf: for url in combined_trackers_urls: