Open jestland opened 2 years ago
Hi, thanks for sharing. And could you explain the stty size in the code _, term_width = os.popen('stty size', 'r').read().split() I have the ValueError: not enough values to unpack (expected 2, got 0)
_, term_width = os.popen('stty size', 'r').read().split()
Have you solved the problem yet
Hi, thanks for sharing. And could you explain the stty size in the code
_, term_width = os.popen('stty size', 'r').read().split()
I have the ValueError: not enough values to unpack (expected 2, got 0)