1
This commit is contained in:
parent
dd8025212f
commit
d1d5c17353
@ -13,6 +13,10 @@ CONFIG_DIR = '../config' if f7.isOnlineEnv() else '/var/data/conf_test/mailsende
|
||||
|
||||
db_idx_hash = {}
|
||||
|
||||
def sendVipLvUpMail(account_id, old_vip_lv, new_vip_lv):
|
||||
for vip_lv in range(old_vip_lv + 1, new_vip_lv):
|
||||
pass
|
||||
|
||||
def fetchEvent():
|
||||
global db_idx_hash
|
||||
mysql_cluster_conf = json.loads(open(CONFIG_DIR + '/mailsender.mysql.cluster.json', 'r').read())
|
||||
|
Loading…
x
Reference in New Issue
Block a user