Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-not-phish committed Jun 29, 2023
1 parent 3bc3bfb commit 99ebf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def accept_connections():
sock.listen(5)
t1 = threading.Thread(target=accept_connections)
t1.start()
print(banner("v1.01"))
print(banner("v1.02"))
print(f'{Color.YELLOW}Run "help" command to see the usage manual{Color.RESET}')
print(f'{Color.GREEN}[+] Waiting For The Incoming Connections ...{Color.RESET}')

Expand Down

0 comments on commit 99ebf4f

Please sign in to comment.