bugfix
This commit is contained in:
parent
19f03c82c3
commit
a264e72a24
@ -308,7 +308,7 @@ class PricingProgram:
|
||||
async def reload_pp_data(ppt):
|
||||
debug(f'--EventHandle {ppt}')
|
||||
dat = curDateString()
|
||||
k = f'{ppt.ppid}.{dat}'
|
||||
k = f'{ppt.ppid}.{dat}'
|
||||
if PricingProgram.pricing_data.get(k):
|
||||
del PricingProgram.pricing_data[k]
|
||||
await PricingProgram.get_ppid_pricing(ppt.ppid)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user