From eaef45cc7d97e9dba7005820fd28975f19c4d04a Mon Sep 17 00:00:00 2001 From: schdwlk Date: Sun, 29 Mar 2020 17:21:36 +0200 Subject: [PATCH] Updated modul info in consumerlocator --- consumerlocator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consumerlocator.py b/consumerlocator.py index f1af3a3..31b7944 100644 --- a/consumerlocator.py +++ b/consumerlocator.py @@ -4,10 +4,10 @@ import datetime import communicator """ -Main Flask RESTful API +Consumer locator modul, that manages the list of consumers. """ -__author__ = "@tormakris" +__author__ = "@dscharnitzky" __copyright__ = "Copyright 2020, GoldenPogácsa Team" __module_name__ = "consumerlocator" __version__text__ = "1"