Skip to content

Commit

Permalink
set lichess token to default to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Apr 18, 2024
1 parent 3effb0b commit 738add6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pipeline_import/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class postgres_cfg(Config):

class lichess_token(Config):
token = Parameter(visibility=ParameterVisibility.PRIVATE,
significant=False)
significant=False,
default='')


class stockfish_cfg(Config):
Expand Down

0 comments on commit 738add6

Please sign in to comment.