diff options
-rw-r--r-- | archey | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |