mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 02:54:51 +00:00
Add support get screenshot VM
Add support get screenshot VM
This commit is contained in:
parent
d7dffcd883
commit
bffc69827f
1 changed files with 2 additions and 0 deletions
|
|
@ -103,3 +103,5 @@ QEMU_KEYMAPS = ['ar', 'da', 'de', 'de-ch', 'en-gb', 'en-us', 'es', 'et', 'fi',
|
|||
# keepalive interval and count for libvirt connections
|
||||
LIBVIRT_KEEPALIVE_INTERVAL = 5
|
||||
LIBVIRT_KEEPALIVE_COUNT = 5
|
||||
|
||||
SCREENSHOT_PATH = os.path.join(BASE_DIR, "static/screenshots")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue