Outdated comment; version is now in endpoint path
This commit is contained in:
parent
f9e3013e64
commit
18e30bd6b1
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ class WalletSync():
|
||||||
}
|
}
|
||||||
response = requests.get(self.WALLET_URL, params=params)
|
response = requests.get(self.WALLET_URL, params=params)
|
||||||
|
|
||||||
# TODO check response version on client side now
|
|
||||||
if response.status_code == 404:
|
if response.status_code == 404:
|
||||||
print ('Wallet not found')
|
print ('Wallet not found')
|
||||||
# "No wallet" is not an error, so no exception raised
|
# "No wallet" is not an error, so no exception raised
|
||||||
|
|
Loading…
Reference in a new issue