[tor-commits] [torouter/master] Remove the sys.argv hack from one of the cases

hellais at torproject.org hellais at torproject.org
Tue Aug 23 10:48:42 UTC 2011


commit 8c342073f62fceece5cd484c78ad1c60ad6c36bd
Author: Arturo Filastò <hellais at torproject.org>
Date:   Tue Aug 23 12:47:42 2011 +0200

    Remove the sys.argv hack from one of the cases
---
 packages/torouter-web/src/runui.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/packages/torouter-web/src/runui.py b/packages/torouter-web/src/runui.py
index 4353475..b016ea9 100644
--- a/packages/torouter-web/src/runui.py
+++ b/packages/torouter-web/src/runui.py
@@ -55,7 +55,6 @@ if __name__ == "__main__":
       sys.exit(2)
     sys.exit(0)
   else:
-    sys.argv[1] = '8080'
     print "starting daemon..."
     service.start()
 





More information about the tor-commits mailing list