Error handling of updatePrices()

This commit is contained in:
Vivek Teega 2021-08-26 08:37:49 +00:00
parent b8f7d1bb87
commit cfc47f1a77

View File

@ -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"):