Skip to content

Commit

Permalink
Replace a local path with a global path
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rsN7 committed Dec 29, 2024
1 parent a9b6261 commit 23edece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def manage_subscriptions(ban_list_followers: set, ban_list_following: set) -> No
logging.info("Script started")

print("Load config...")
load_config_file("./config.json")
load_config_file(f"{GLOBAL_PATH}/config.json")

try:
check_internet_connection()
Expand Down

0 comments on commit 23edece

Please sign in to comment.