Merge branch 'pr/1522'

This commit is contained in:
Solène Rapenne 2025-09-19 14:32:46 +02:00
commit a595faa4e6
No known key found for this signature in database
GPG key ID: 8CD42DFD57F0A909

View file

@ -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()