summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelik Manukyan <melik@archlinux.us>2010-04-08 09:25:00 -0700
committerMelik Manukyan <melik@archlinux.us>2010-04-08 09:25:00 -0700
commit299e37de539d90730c57fd24bba983e16b0cef3f (patch)
treedd3c9ed1bd8563980a7516f03f06b71a284683ff
parentfeb84f31dddcff9ce059ab4f0013dfe91448f120 (diff)
Fixed screenshot function.
-rw-r--r--archey2
1 files changed, 1 insertions, 1 deletions
diff --git a/archey b/archey
index 3b0c5e1..f6ac7a9 100644
--- a/archey
+++ b/archey
@@ -123,7 +123,7 @@ def screenshot():
sys.stdout.flush()
sleep(1)
print 'Say Cheeze!'
- subprocess.check_call([scrot])
+ subprocess.check_call(['scrot'])
# Operating System Function
def os_display():