Skip to content

Commit

Permalink
Changed logging msg from python3 main.py -> raven (CycodeLabs#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-pticha authored Oct 29, 2023
1 parent f7d2eda commit 11ed1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def catch_exit() -> None:
from src.config.config import Config

if Config.github_token:
print("""\n[x] Index results with: python main.py index""")
print("""\n[x] Index results with: raven index""")

elif Config.neo4j_uri:
neo4j_server = Config.neo4j_uri.split("//")[1].split(":")[0]
Expand Down

0 comments on commit 11ed1b1

Please sign in to comment.