Skip to content

Commit

Permalink
Merge pull request #34 from jamesoncollins/devel
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
jamesoncollins authored Dec 30, 2024
2 parents bb6a68f + 3e5c33c commit d719b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def parse_env_var(env_var, delimiter=";"):
contact_number = parse_env_var("CONTACT_NUMBERS")
group_name = parse_env_var("GROUP_NAMES")
ignored_groups = parse_env_var("IGNORED_GROUPS")
print(f"conacts {contact_number}, groups {group_name}, ignored groups {IGNORED_GROUPS}")
print(f"conacts {contact_number}, groups {group_name}, ignored groups {ignored_groups}")

# Determine behavior based on parsed variables

Expand Down

0 comments on commit d719b9f

Please sign in to comment.