Skip to content

Commit

Permalink
Updated Key (#24)
Browse files Browse the repository at this point in the history
* Update jodel_api.py

* Update setup.py
  • Loading branch information
ioncodes authored and nborrmann committed May 14, 2017
1 parent fa50616 commit a3cce43
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.1.4',
version='1.1.5',
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.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class JodelAccount:

api_url = "https://api.go-tellm.com/api{}"
client_id = '81e8a76e-1e02-4d17-9ba0-8a7020261b26'
secret = 'XJwOzRfxCXsVLRkutOHyiexqDnDutUCnTrECnvpw'.encode('ascii')
version = '4.43.1'
secret = 'DOTrPEbAXvJmqDKnvdLCPJlUyKenbDoAJWiAxxnT'.encode('ascii')
version = '4.44.1'

access_token = None
device_uid = None
Expand Down

0 comments on commit a3cce43

Please sign in to comment.