diff options
-rw-r--r-- | archey3 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -569,8 +569,6 @@ def screenshot(state): screenshot_command = state.config.get('core', 'screenshot_command', fallback="import -window root <datetime>.jpg") - print(screenshot_command) - sys.stdout.flush() try: subprocess.check_call( screenshot_command.replace('<datetime>', |