7 lines
150 B
Python
7 lines
150 B
Python
|
# Trimmed down useragent that apparently they are fine with
|
||
|
CURSE_UA = {
|
||
|
'browser': 'chrome',
|
||
|
'platform': 'windows',
|
||
|
'mobile': False
|
||
|
}
|