EU-Utility/plugins
LemonNexus b37191e606 fix: Syntax error in external_api.py - unterminated triple-quoted string
Line 351 had malformed docstring with 8 quotes instead of 3:
- Before: """Handle incoming webhooks."""""" (8 quotes)
- After:  """Handle incoming webhooks.""" (3 quotes)

This caused Python to report an unterminated string at EOF.
File now parses correctly.
2026-02-15 18:19:13 +00:00
..
integration_tests fix: Syntax error in external_api.py - unterminated triple-quoted string 2026-02-15 18:19:13 +00:00
test_suite fix: Syntax error in external_api.py - unterminated triple-quoted string 2026-02-15 18:19:13 +00:00
ui_test_suite feat: Development Swarm - Comprehensive Test Suite 2026-02-15 18:15:13 +00:00
__init__.py fix: Add content to plugins/__init__.py to properly expose base_plugin 2026-02-15 16:07:17 +00:00
base_plugin.py fix: Add plugins/base_plugin.py shim for installed plugins 2026-02-15 16:04:01 +00:00