
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
print(period) 하면 데이터가 잘 수신되는데
print(reriod.strip()) 이라고 하면
Traceback (most recent call last):
File "/Users/hocheollee/Desktop/pirates/web/Lv1/test.py", line 13, in <module>
print(period.strip())
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'strip' 라고 뜹니다
