2023-05-09 23:03:56 +02:00

7 lines
150 B
Python
Executable File

# Trimmed down useragent that apparently they are fine with
CURSE_UA = {
'browser': 'chrome',
'platform': 'windows',
'mobile': False
}