mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-22 02:33:17 +00:00
Fix handle empty country list
This commit is contained in:
@ -29,7 +29,7 @@ MAX_MINING_NETWORK_SPEEDUP_EXPECTED = float(
|
|||||||
config("MAX_MINING_NETWORK_SPEEDUP_EXPECTED")
|
config("MAX_MINING_NETWORK_SPEEDUP_EXPECTED")
|
||||||
)
|
)
|
||||||
|
|
||||||
GEOBLOCKED_COUNTRIES = config("GEOBLOCKED_COUNTRIES", cast=Csv(), default=[])
|
GEOBLOCKED_COUNTRIES = config("GEOBLOCKED_COUNTRIES", cast=Csv(), default="")
|
||||||
|
|
||||||
|
|
||||||
class Logics:
|
class Logics:
|
||||||
|
Reference in New Issue
Block a user