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

23 Aug
2011
23 Aug
'11
10:48 a.m.
commit 8c342073f62fceece5cd484c78ad1c60ad6c36bd Author: Arturo Filastò <hellais@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()
5052
Age (days ago)
5052
Last active (days ago)
0 comments
1 participants
participants (1)
-
hellais@torproject.org