Skip to content

Commit

Permalink
assign qemu_client only once
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Dec 16, 2024
1 parent 457d3fc commit 21ad639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qmpbackup
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ async def main():
log.fatal(errmsg)
sys.exit(1)

qemu_client = QmpCommon(qmp)
qemu_client.show_version()
await qemu_client.show_name()

Expand Down

0 comments on commit 21ad639

Please sign in to comment.