Skip to content

Commit

Permalink
fix(updater): do not require facebook group id (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Dec 18, 2024
1 parent 1429da9 commit 82b6f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def update():
threads=threads,
)
append_thread_if_env_set(
env_vars=['FACEBOOK_TOKEN', 'FACEBOOK_GROUP_ID', 'FACEBOOK_PAGE_ID'],
env_vars=['FACEBOOK_TOKEN', 'FACEBOOK_PAGE_ID'],
name='facebook',
target=update_fb,
threads=threads,
Expand Down

0 comments on commit 82b6f2a

Please sign in to comment.