7 lines
150 B
Python
Raw Normal View History

2023-05-09 22:28:02 +02:00
# Trimmed down useragent that apparently they are fine with
CURSE_UA = {
'browser': 'chrome',
'platform': 'windows',
'mobile': False
}