From 91ed1198fe0a57a2126a3fba4c23b16a53d1b55e Mon Sep 17 00:00:00 2001 From: Richard Artoul Date: Sat, 11 Aug 2018 13:37:51 +0300 Subject: [PATCH] Break code --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 7cbb768..9657ad2 100644 --- a/src/main.py +++ b/src/main.py @@ -42,7 +42,7 @@ def post_short_url(): "failed to create shortened URL, %s already exists", short_code, ) - return error(ERROR_ALREADY_EXISTS), 400 + # return error(ERROR_ALREADY_EXISTS), 400 logger.debug( "creating shortened URL, %s -> %s", url, short_code)