Fix
This commit is contained in:
		
							parent
							
								
									6bedd576be
								
							
						
					
					
						commit
						a969b950d1
					
				@ -11,6 +11,7 @@ versionstring='Taurix TellMe server v' + __version__
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
app = Flask(__name__)
 | 
					app = Flask(__name__)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					context = zmq.Context()
 | 
				
			||||||
socket = context.socket(zmq.REQ)
 | 
					socket = context.socket(zmq.REQ)
 | 
				
			||||||
socket.connect("tcp://localhost:5555")
 | 
					socket.connect("tcp://localhost:5555")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user