fix bug with import
This commit is contained in:
@@ -542,7 +542,6 @@ Do not include any text before or after the JSON object."""
|
||||
print(f"\nERROR: Failed to parse response - {e}")
|
||||
print("\nRAW API RESPONSE:")
|
||||
print("="*80)
|
||||
import json
|
||||
print(json.dumps(response, indent=2))
|
||||
print("="*80)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user