mirror of
https://github.com/openzim/zimit.git
synced 2025-09-08 06:35:01 -04:00

- Remove default userAgent value - Set a default mobileDevice - Add back comments explaining that userAgent overrides other settings - Add back logic around the computation of the userAgentSuffix instead of the userAgent - Add new noMobileDevice argument to not set the default mobileDevice
7 lines
166 B
Python
7 lines
166 B
Python
from zimit.zimit import NORMAL_WARC2ZIM_EXIT_CODE
|
|
|
|
|
|
# dummy test, just to have coverage report done
|
|
def test_something_exists():
|
|
assert NORMAL_WARC2ZIM_EXIT_CODE
|