projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
create disks as hda instead of xvda so as to avoid breaking qemu-dm
[invirt/packages/invirt-web.git]
/
code
/
invirt.fcgi
diff --git
a/code/invirt.fcgi
b/code/invirt.fcgi
index
7d6dc9c
..
ded6b68
100755
(executable)
--- a/
code/invirt.fcgi
+++ b/
code/invirt.fcgi
@@
-64,6
+64,7
@@
if __name__ == "__main__":
cherrypy.engine.start()
cherrypy.engine.block()
else:
+ cherrypy.server.unsubscribe()
try:
# Case that cherrypy < 3.1.0
cherrypy.engine.start(blocking=False)