bugfix
This commit is contained in:
parent
4f40be10dc
commit
7468bcd781
@ -20,5 +20,5 @@ def load_pricing():
|
||||
dbpools = DBPools()
|
||||
dbname = env.get_module_dbname('pricing')
|
||||
ename = f'{dbname}.pricing_program_timing.u.after'
|
||||
debug(f'bind event(ename) ....')
|
||||
debug(f'bind event({ename}) ....')
|
||||
dbpools.bind(ename, PricingProgram.reload_pp_data)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user