diff options
Diffstat (limited to 'scripts/probes.py')
-rw-r--r-- | scripts/probes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/probes.py b/scripts/probes.py index 4c632184..94ca25fc 100644 --- a/scripts/probes.py +++ b/scripts/probes.py @@ -3,7 +3,7 @@ import sys from datetime import datetime, timedelta from flask.ext.script import Command, Option -from pyaggr3g470r.controllers \ +from web.controllers \ import UserController, FeedController, ArticleController DEFAULT_HEADERS = {'Content-Type': 'application/json', 'User-Agent': 'munin'} LATE_AFTER = 60 |