change icon

This commit is contained in:
Gamosoft 2026-06-30 17:10:43 +02:00
parent dfbc22075a
commit 7470ee0103
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -40,7 +40,7 @@ def main():
subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "requirements.txt"]) subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "requirements.txt"])
port = get_port() port = get_port()
print(f"🚀 NoteDiscovery → http://localhost:{port} (Ctrl+C to stop)") print(f"📝 NoteDiscovery → http://localhost:{port} (Ctrl+C to stop)")
print() print()
subprocess.call([ subprocess.call([