Add the headers config.

This commit is contained in:
2023-06-18 21:16:11 +03:00
parent 2cc352d6db
commit 671635604f
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