feat: Update to v1.6.10, refactor relative time calculation, persist last updated timestamp, and update DE language stems.
This commit is contained in:
@@ -62,7 +62,7 @@ def main():
|
||||
|
||||
# Check for placeholder leftovers
|
||||
if not check_content(BOOKMARKLET_TXT,
|
||||
must_contain=["document.createElement('style')", "M1", "M2"],
|
||||
must_contain=["document.createElement('style')"],
|
||||
must_not_contain=["{{VERSION}}", "{{CSS_ESCAPED}}"]):
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user