From 4411fce5ed0b82126caf2d417de88da81c3ea51d Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 1 Apr 2016 16:17:58 +0530 Subject: fixed silly mistakes --- scripts/database_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/database_updater.py b/scripts/database_updater.py index cf3801a..5148548 100644 --- a/scripts/database_updater.py +++ b/scripts/database_updater.py @@ -13,7 +13,7 @@ from django.contrib.auth.models import User class CronForCommenting(object): def fetch_comments_from_script(self): - """ Fetches comment from Commenting script""" + """ Fetches comment from Commenting script""" commenting_instance = DisqusCommenting() check_net = commenting_instance.check_internet_connection() -- cgit