From cfc47f1a7791c27061b144c4525e02f69d8a878a Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 26 Aug 2021 08:37:49 +0000 Subject: [PATCH] Error handling of updatePrices() --- ranchimallflo_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ranchimallflo_api.py b/ranchimallflo_api.py index 62637be..e7b1ade 100644 --- a/ranchimallflo_api.py +++ b/ranchimallflo_api.py @@ -1135,6 +1135,8 @@ async def getPriceData(): ''' Stuff required for getPrices endpoint ''' +def updatePrices(): + print('Endpoint removed for now') # if system.db isn't present, initialize it if not os.path.isfile(f"system.db"):