diff --git a/client.py b/client.py index 431d74a..6ed70bb 100644 --- a/client.py +++ b/client.py @@ -34,7 +34,7 @@ def post(self, endpoint, data): return response except: loading.stop() - print(f"\nError: {response['error']["message"]}") + print(f"\nError: {response['error']['message']}") exit(1) except Exception as e: print(f"HTTP Error: {e}")