diff --git a/setup.py b/setup.py index d34fad2..221673b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() setup(name='jodel_api', - version='1.1.5', + version='1.1.6', description='Unoffical Python Interface to the Jodel API', long_description=long_description, url='https://github.com/nborrmann/jodel_api', diff --git a/src/jodel_api.py b/src/jodel_api.py index 82de2d1..aab8f33 100644 --- a/src/jodel_api.py +++ b/src/jodel_api.py @@ -22,8 +22,8 @@ class JodelAccount: api_url = "https://api.go-tellm.com/api{}" client_id = '81e8a76e-1e02-4d17-9ba0-8a7020261b26' - secret = 'DOTrPEbAXvJmqDKnvdLCPJlUyKenbDoAJWiAxxnT'.encode('ascii') - version = '4.44.1' + secret = 'NtvKysLpomvFvDcZJMEhJrCDhaLRtcPFvspSMwZD'.encode('ascii') + version = '4.46.3' access_token = None device_uid = None