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.
2 parents eec1684 + 981ae27 commit 1fe71b6Copy full SHA for 1fe71b6
1 file changed
src/peerjs/ext/http_proxy.py
@@ -97,7 +97,7 @@ def _loadPeerId():
97
if conf_file.exists():
98
conf = {}
99
with conf_file.open() as infile:
100
- conf = json.load(infile)
+ conf = yaml.load(infile)
101
savedPeerId = conf.get('peerId', None)
102
103
0 commit comments