Skip to content

Commit 107cbe6

Browse files
Fix handle empty country list
1 parent 9071597 commit 107cbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/logics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
config("MAX_MINING_NETWORK_SPEEDUP_EXPECTED")
3030
)
3131

32-
GEOBLOCKED_COUNTRIES = config("GEOBLOCKED_COUNTRIES", cast=Csv(), default=[])
32+
GEOBLOCKED_COUNTRIES = config("GEOBLOCKED_COUNTRIES", cast=Csv(), default="")
3333

3434

3535
class Logics:

0 commit comments

Comments
 (0)