Loads the preferred language from the persistent JSON file.
()
| 179 | "GR": "Greece", |
| 180 | "CA": "Canada", |
| 181 | "SE": "Sweden", |
| 182 | "CH": "Switzerland", |
| 183 | "IT": "Italy", |
| 184 | "ES": "Spain", |
| 185 | } |
| 186 | NETWORK_TOR_PROCESS = None |
| 187 | |
| 188 | # --- Sponsors-Only shortcuts --- |
| 189 | SPONSORS_TIERS = { |
| 190 | "3": { |
| 191 | "key": "3", |
| 192 | "label": "Sponsors-Only $3 Tier", |
| 193 | "short_label": "$3 Tier", |
no outgoing calls
no test coverage detected