add server info command. send command line commands with tcp instead of http
[electrum-server.git] / processor.py
index d012f5d..837d78d 100644 (file)
@@ -164,6 +164,7 @@ class Session:
         self.subscriptions = []
         self.address = ''
         self.name = ''
+        self.version = 'unknown'
         threading.Timer(2, self.info).start()
 
     # Debugging method. Doesn't need to be threadsafe.