Skip to content

Commit

Permalink
Updated API key to version 4.79.1 and incremented version number to 1…
Browse files Browse the repository at this point in the history
….2.11 (#68)

* Updated API key to version 4.79.1

* Incremented version number to 1.2.11
  • Loading branch information
Kyrtap5 authored and nborrmann committed Mar 13, 2018
1 parent cbc3c3b commit ca29453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = f.read()

setup(name='jodel_api',
version='1.2.10',
version='1.2.11',
description='Unoffical Python Interface to the Jodel API',
long_description=long_description,
url='https://github.com/nborrmann/jodel_api',
Expand Down
4 changes: 2 additions & 2 deletions src/jodel_api/jodel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class JodelAccount:

api_url = "https://api.go-tellm.com/api{}"
client_id = '81e8a76e-1e02-4d17-9ba0-8a7020261b26'
secret = 'pHiJcONSIdWTndQvUpyLadmCGbrkmPcKAlIEYokE'.encode('ascii')
version = '4.77.4'
secret = 'HtJoqSysGFQXgFqYZRgwbpcFVAzLFSioVKTCwMcL'.encode('ascii')
version = '4.79.1'
secret_legacy = 'hyTBJcvtpDLSgGUWjybbYUNKSSoVvMcfdjtjiQvf'.encode('ascii')
version_legacy = '4.47.0'

Expand Down

1 comment on commit ca29453

@Plutokekz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explane me how you got the secret from the App ?

Please sign in to comment.