From 08aa3c9211ed8ceec03f20763b0015be9e697a05 Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 9 Nov 2005 13:24:38 +0100 Subject: [PATCH] La socket dans /var/www darcs-hash:20051109122438-d1718-670ce5bac563036387ec3cfe51186b16276d0dc3.gz --- wifi/hotspot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/hotspot.py b/wifi/hotspot.py index c291c5bd..1a35da24 100755 --- a/wifi/hotspot.py +++ b/wifi/hotspot.py @@ -127,7 +127,7 @@ class Server: if __name__ == "__main__": - s = Server("/tmp/hotspot.socket") + s = Server("/var/www/hotspot.socket") s.daemonize() while True: try: