Skip to content

Commit cb0ab94

Browse files
ioncodesnborrmann
authored andcommitted
account_id should be android_id (#60)
1 parent 385c68a commit cb0ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ account):
116116

117117
.. code:: python
118118
119-
account_id, security_token = a.account_id, a.security_token
119+
account_id, security_token = a.android_id, a.security_token
120120
a2 = jodel_api.AndroidAccount(account_id, security_token)
121121
122122

0 commit comments

Comments
 (0)