Skip to content

Commit

Permalink
update kgpy web site lin
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 13, 2023
1 parent 8bf46bd commit 7a30760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kgpy
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def show_repl_header(ipc_addr=None):
print()
print(f"{colorama.Fore.GREEN}Welcome to KlongPy REPL v{importlib.metadata.distribution('klongpy').version}")
print(f"{colorama.Fore.GREEN}author: Brian Guarraci")
print(f"{colorama.Fore.GREEN}repo : https://github.com/briangu/klongpy")
print(f"{colorama.Fore.GREEN}web : http://klongpy.org")
print(f"{colorama.Fore.YELLOW}crtl-d or ]q to quit")
print()
if ipc_addr:
Expand Down

0 comments on commit 7a30760

Please sign in to comment.