diff options
author | mahesh | 2016-04-01 16:17:58 +0530 |
---|---|---|
committer | mahesh | 2016-04-01 16:17:58 +0530 |
commit | 4411fce5ed0b82126caf2d417de88da81c3ea51d (patch) | |
tree | 104dd79614320b71313317c2887984af57a128ca /scripts | |
parent | f8c6f438d8128a45ceb8c6a76edb8b33c8c9fe8e (diff) | |
download | Python-TBC-Interface-4411fce5ed0b82126caf2d417de88da81c3ea51d.tar.gz Python-TBC-Interface-4411fce5ed0b82126caf2d417de88da81c3ea51d.tar.bz2 Python-TBC-Interface-4411fce5ed0b82126caf2d417de88da81c3ea51d.zip |
fixed silly mistakes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/database_updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |