Skip to content

Commit 578cbef

Browse files
authored
Merge pull request Zie619#92 from MahmoudRedaShaban/main
Fix Windows crash caused by banner emoji
2 parents 07ddbb9 + 0fffb0a commit 578cbef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎run.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def start_server(host: str = "127.0.0.1", port: int = 8000, reload: bool = False
105105

106106
def main():
107107
"""Main entry point with command line arguments."""
108+
sys.stdout.reconfigure(encoding='utf-8')
108109
parser = argparse.ArgumentParser(
109110
description="N8N Workflows Search Engine",
110111
formatter_class=argparse.RawDescriptionHelpFormatter,

0 commit comments

Comments
 (0)