invalid json fix

This commit is contained in:
Muhammad Osama
2025-08-16 18:44:55 +05:00
parent 9c000c0eff
commit ae6db1495f

View File

@@ -5403,7 +5403,6 @@ def main():
logger.setLevel(logging.DEBUG)
logger.debug("🔍 Debug logging enabled")
# Print enhanced startup banner
banner = f"""
{HexStrikeColors.CRIMSON}{HexStrikeColors.BOLD}╔══════════════════════════════════════════════════════════════════════════════╗
{HexStrikeColors.HACKER_RED}🔥 HexStrike AI MCP Client v6.0 - Blood-Red Offensive Core{HexStrikeColors.CRIMSON}
@@ -5415,7 +5414,7 @@ def main():
{HexStrikeColors.BOLD}{HexStrikeColors.RESET} {HexStrikeColors.WARNING}📊 Live Telemetry • Adaptive Decision Engine Active{HexStrikeColors.RESET}
{HexStrikeColors.CRIMSON}{HexStrikeColors.BOLD}╚══════════════════════════════════════════════════════════════════════════════╝{HexStrikeColors.RESET}
"""
print(banner)
print(banner, file=sys.stderr)
try:
# Initialize the HexStrike AI client