diff options
Diffstat (limited to 'day7/http_handler.py')
| -rw-r--r-- | day7/http_handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day7/http_handler.py b/day7/http_handler.py index 6db918c..7f64f95 100644 --- a/day7/http_handler.py +++ b/day7/http_handler.py @@ -3,7 +3,7 @@ from time import strftime, gmtime import logging import db -from backend import run +from router import run from utils import ( parse_cookies, parse_query, parse_headers, validate_url, add_text_headers, format_cookies, |