6 lines
157 B
Python
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
|