|
|
@@ -58,6 +58,7 @@ class Kobo:
|
|
|
def __init__( self ):
|
|
|
self.InitializationSettings = {}
|
|
|
self.Session = SessionWithTimeOut()
|
|
|
+ self.Session.headers.update( { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0" } )
|
|
|
|
|
|
# This could be added to the session but then we would need to add { "Authorization": None } headers to all other
|
|
|
# functions that doesn't need authorization.
|