mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-23 06:24:48 -04:00
Merge branch 'pr/1522'
This commit is contained in:
commit
a595faa4e6
1 changed files with 1 additions and 3 deletions
|
@ -222,9 +222,7 @@ Here is the server code:
|
|||
socket_path = '/var/run/qubes/policy-agent.sock'
|
||||
service = SocketService(socket_path)
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.run_until_complete(service.run())
|
||||
|
||||
asyncio.run(service.run())
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue