🤬
  • ■ ■ ■ ■ ■
    MANIFEST.in
    1 1  recursive-include changedetectionio/templates *
    2 2  recursive-include changedetectionio/static *
     3 +recursive-include changedetectionio/model *
    3 4  include changedetection.py
    4 5  global-exclude *.pyc
    5 6  global-exclude node_modules
    skipped 1 lines
  • ■ ■ ■ ■
    changedetectionio/__init__.py
    skipped 39 lines
    40 40   
    41 41  from changedetectionio import html_tools
    42 42   
    43  -__version__ = '0.39.13'
     43 +__version__ = '0.39.13.1'
    44 44   
    45 45  datastore = None
    46 46   
    skipped 1239 lines
  • ■ ■ ■ ■ ■
    changedetectionio/store.py
    skipped 12 lines
    13 13  import re
    14 14  import requests
    15 15   
    16  -from changedetectionio.model import Watch, App
    17  - 
     16 +from . model import App, Watch
    18 17   
    19 18  # Is there an existing library to ensure some data store (JSON etc) is in sync with CRUD methods?
    20 19  # Open a github issue if you know something :)
    skipped 479 lines
Please wait...
Page is in error, reload to recover