Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbroadcast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/broadcast.py b/broadcast.py
index bf31561..ac722b4 100755
--- a/broadcast.py
+++ b/broadcast.py
@@ -13,7 +13,7 @@ class BroadcastProcess():
# process details
_programName = "x11vnc"
- _args = ["-viewonly", "-shared", "-bg", "-forever", "-solid", "-wireframe", "-localhost"]
+ _args = ["-viewonly", "-shared", "-bg", "-forever", "-solid", "-wireframe"]
def __init__(self):
"""Constructor