Add the headers config.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class HeadersConfig:
|
||||
_HEADERS = {
|
||||
'User-Agent':'Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0'
|
||||
}
|
||||
|
||||
def get_headers(self):
|
||||
return self._HEADERS
|
||||
|
||||
Reference in New Issue
Block a user