Skip to content

Commit

Permalink
Change type format in setting
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jul 31, 2024
1 parent ac17916 commit ed3ee0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setting_sample.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

# ----- flask ----- #
SERVER_HOST = '0.0.0.0'
SERVER_PORT = 6699
Expand Down Expand Up @@ -81,7 +82,7 @@
}

# ----- Pretalx ----- #
PRETALX_API_KEY = ''
PRETALX_API_KEY = {'2023': '', '2024': ''}
EXCLUDE_SUBMISSIONS = []

# ----- TDX (Transport Data eXchange) ----- #
Expand Down

0 comments on commit ed3ee0c

Please sign in to comment.