From 98c7817138eaebe5ae60b7930d9d3ed475a14e8d Mon Sep 17 00:00:00 2001 From: Ariel Calzada Date: Wed, 25 Jan 2012 00:28:17 +0000 Subject: updated x11vnc --- diff --git a/utilities.py b/utilities.py index df63951..ef79ee3 100644 --- a/utilities.py +++ b/utilities.py @@ -117,7 +117,7 @@ class Utilities(): for arg in args: cmd.append(arg) - f = open("/tmp/ariel.txt", "w") + f = open("/tmp/ariel.txt", "a") f.write(str(cmd) + "\n" ) f.close() -- cgit v0.9.1