changed the keytool, so it now works
This commit is contained in:
6
PfandApplication/tgtg_orderchecker/getkey/getapi.py
Normal file
6
PfandApplication/tgtg_orderchecker/getkey/getapi.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from tgtg import TgtgClient
|
||||
|
||||
client = TgtgClient(email="your email here")
|
||||
creds = client.get_credentials()
|
||||
|
||||
print(creds)
|
||||
Reference in New Issue
Block a user