You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用配置文件路径: /dailycheckin/config/config.json
Traceback (most recent call last):
File "/usr/local/bin/dailycheckin", line 8, in
sys.exit(checkin())
File "/usr/local/lib/python3.8/site-packages/dailycheckin/main.py", line 25, in checkin
data = json.loads(f.read())
File "/usr/local/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 30 column 228 (char 871)
The text was updated successfully, but these errors were encountered:
使用配置文件路径: /dailycheckin/config/config.json
Traceback (most recent call last):
File "/usr/local/bin/dailycheckin", line 8, in
sys.exit(checkin())
File "/usr/local/lib/python3.8/site-packages/dailycheckin/main.py", line 25, in checkin
data = json.loads(f.read())
File "/usr/local/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 30 column 228 (char 871)
The text was updated successfully, but these errors were encountered: