mirror of
				https://github.com/KevinMidboe/delugeClient.git
				synced 2025-10-29 12:00:13 +00:00 
			
		
		
		
	Fixed syntax error by await
This commit is contained in:
		| @@ -30,7 +30,7 @@ async def deluge(websocket, path): | |||||||
| 			print('sending response') | 			print('sending response') | ||||||
| 			last_msg = downloading | 			last_msg = downloading | ||||||
|  |  | ||||||
| 		await.asyncio.sleep(1) | 		await asyncio.sleep(1) | ||||||
|  |  | ||||||
| serve_hello = websockets.serve(hello, '0.0.0.0', 8765) | serve_hello = websockets.serve(hello, '0.0.0.0', 8765) | ||||||
| # serve_time = websockets.serve(time, '0.0.0.0', 5678) | # serve_time = websockets.serve(time, '0.0.0.0', 5678) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user