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 1e19529 commit 22a0043Copy full SHA for 22a0043
scripts/auto/anchor.py
@@ -2,9 +2,12 @@
2
import sys
3
4
import IPython
5
+from loguru import logger
6
7
from chordnet._node import _Node as ChordNode
8
9
+logger.enable("chordnet")
10
+
11
12
def main() -> None:
13
"""Creates a new ring with this computer as the only node."""
scripts/auto/joiner.py
0 commit comments