Skip to content

Commit

Permalink
Allow "Aktive Mannschaft" to login.
Browse files Browse the repository at this point in the history
  • Loading branch information
TobsA13 committed Apr 7, 2024
1 parent ed49610 commit 3f00560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import requests
import logging

CLUSTER_GROUPS = {5649: [138070], 9685: [138069]}
CLUSTER_GROUPS = {5649: [22697, 138070], 9685: [138069]}

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
Expand Down

0 comments on commit 3f00560

Please sign in to comment.