🤬
  • ■ ■ ■ ■
    changedetectionio/__init__.py
    skipped 1406 lines
    1407 1407   
    1408 1408   return redirect(url_for('index'))
    1409 1409   
    1410  - @app.route("/api/r-url", methods=['GET'])
     1410 + @app.route("/api/share-url", methods=['GET'])
    1411 1411   @login_required
    1412 1412   def form_share_put_watch():
    1413 1413   """Given a watch UUID, upload the info and return a share-link
    skipped 239 lines
  • ■ ■ ■ ■
    changedetectionio/update_worker.py
    skipped 264 lines
    265 265   # Different exceptions mean that we may or may not want to bump the snapshot, trigger notifications etc
    266 266   if process_changedetection_results:
    267 267   try:
    268  - watch = self.datastore.data['watching'][uuid]
     268 + watch = self.datastore.data['watching'].get(uuid)
    269 269   
    270 270   # For the FIRST time we check a site, or a change detected, save the snapshot.
    271 271   if changed_detected or not watch['last_checked']:
    skipped 41 lines
Please wait...
Page is in error, reload to recover