python-vpn icon indicating copy to clipboard operation
python-vpn copied to clipboard

RuntimeError: This event loop is already running

Open iamabhi747 opened this issue 2 years ago • 0 comments

from pvpn.pvpn.server import main
main()

this gives runtime error as event loop is already running. filesystem:

|-pvpn
   |-pvpn
      |-...
      |-server.py
   |-LICENCE
   |-setup.py

iamabhi747 avatar Mar 05 '23 12:03 iamabhi747