Skip to content

Commit 5e45b9c

Browse files
committed
Fix comment typo
1 parent 00b3c44 commit 5e45b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackhawk_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
def debug_print(message):
5252
"""Print debug messages to stderr for Claude Desktop"""
53-
" print(f"[DEBUG] {message}", file=sys.stderr, flush=True)
53+
""" print(f"[DEBUG] {message}", file=sys.stderr, flush=True)
5454
5555
5656
class StackHawkClient:

0 commit comments

Comments
 (0)