summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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():