1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/tests/mock_server
jim winstead 178e676e0f Fix JSON parser by not always mangling the input
Rather than by assuming the JSON file we are parsing has junk at the beginning
(which maybe only used to happen?), try parsing it as-is first, and then fall
back to trying again after skipping the first line

Fixes #1347
2024-02-27 14:48:19 -08:00
..
templates Fix JSON parser by not always mangling the input 2024-02-27 14:48:19 -08:00
__init__.py
server.py