We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f0c92 commit 322c02fCopy full SHA for 322c02f
src/server/start_full_node.py
@@ -61,7 +61,7 @@ async def async_main():
61
if config["enable_upnp"]:
62
log.info(f"Attempting to enable UPnP (open up port {config['port']})")
63
try:
64
- miniupnpc = pip_import("miniupnpc", "miniupnpc==2.1")
+ #miniupnpc = pip_import("miniupnpc", "miniupnpc==2.1") Causing problems on windows
65
upnp = miniupnpc.UPnP()
66
upnp.discoverdelay = 5
67
upnp.discover()
0 commit comments