Skip to content

Commit

Permalink
Update QemuScreenshots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored Jan 21, 2025
1 parent 60b7156 commit f426337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/auxiliary/QemuScreenshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
import libvirt

HAVE_LIBVIRT = True
except ImportError as e:
except ImportError:
HAVE_LIBVIRT = False
log.error(e)
# log.error(e)


SHOT_DELAY = 1
Expand Down

0 comments on commit f426337

Please sign in to comment.