From 829e5cf2ccd8bcea8d03a7204edbaf0ef6d3208f Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sat, 16 Jan 2021 22:52:10 +0100
Subject: [PATCH] ### 0.0.7 Release * Issue #8
 WhoServiceUpdate.update_db_short() * Issue #9 URL: /who/update/short * Issue
 #10 async who_update_short_task * Issue #11
 WhoServiceUpdate.__update_who_global_data_short() * Fixed #12 better layout
 for flash messages

---
 config.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config.py b/config.py
index 740096ee..d8f8609c 100644
--- a/config.py
+++ b/config.py
@@ -6,8 +6,6 @@ ITEMS_PER_PAGE = 20
 YOUR_NAME = 'covid19python'
 PASSWORD = 'vfdjv423ndf654&%%'
 VHOST_NAME = 'covid19python'
-#CELERY_BROKER_URL = 'amqp://covid19python:vfdjv423ndf654&%%@localhost/covid19python'
-#CELERY_RESULT_BACKEND = 'amqp://covid19python:vfdjv423ndf654&%%@localhost/covid19python'
 CELERY_BROKER_URL = 'amqp://guest:guest@localhost/'
 CELERY_RESULT_BACKEND = 'amqp://guest:guest@localhost/'
 SECRET_KEY='vfdjv423ndf654&%%'
\ No newline at end of file
-- 
GitLab