Error handling of updatePrices()
This commit is contained in:
parent
b8f7d1bb87
commit
cfc47f1a77
@ -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"):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user