Add the headers config.

This commit is contained in:
2023-06-18 21:42:03 +03:00
parent 4a8c58581c
commit 003f2538a8
2 changed files with 8 additions and 0 deletions
@@ -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