You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug that prevented some subscriptions containing a dict/json as a string value from crashing the program.
Also removed an annoying yellow debug line, and removed a redundant re-declaration of self.user_password and self.user_name.
Basically a small cleanup and a stability update.
print(Fore.CYAN+str(datetime.now()).split(".")[0], "||", f"[SENT] (console {server_id} websocket)> {to_send}", end=Style.RESET_ALL+"\n") # end = Style.RESET_ALL prevents other prints from containing the set color
0 commit comments