2025-09-03 01:51:13 -07:00

6 lines
157 B
Python

import os
BASE_URL="https://berghain.challenges.listenlabs.ai"
STATE_PATH = os.path.expanduser("~/.berghain_state.json")
VENUE_CAP = 1000
REJECT_CAP = 20000