fix bug with import

This commit is contained in:
overcuriousity
2026-01-18 02:06:45 +01:00
parent e1a61ea6da
commit 9853faf09b

View File

@@ -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)