Skip to content

Commit

Permalink
Update CLI_Wallet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Sep 17, 2021
1 parent a35a086 commit f1adf83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CLI_Wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ def handler(signal_received, frame):


while True:
print(("Warning: CLI and GUI wallets are being deprecated "
+ "in favor of the Web Wallet. "
+ "This app may not run properly."))
try:
wss_conn = websocket.create_connection(WS_URI)
SERVER_VER = wss_conn.recv().decode()
Expand Down

0 comments on commit f1adf83

Please sign in to comment.