Skip to content

Commit

Permalink
Update therhasindexvalue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Center authored May 24, 2019
1 parent ca746b9 commit 143cbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions permission/therhasindexvalue.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def gotwo(self):
alllockusercountvalue=alluservalue['alllockusercountvalue'],
nologoinusercountvalue=alluservalue['nologoinusercountvalue'],
allgroupcountvalue = allgroupvalue['allgroupcountvalue'],
allgrouptalkgroupcountvalue = allgroupvalue['allgrouptalkgroupcountvalue'],
allgrouptalkgroupcountvalue = allgroupvalue['allgrouptalkgroupcountvalue'],
allgroupsavegroupcpuntvalue = allgroupvalue['allgroupsavegroupcpuntvalue'],
allgroupnomembercountvalue = allgroupvalue['allgroupnomembercountvalue'],
allgrouphasmailcountvalue = allgroupvalue['allgrouphasmailcountvalue'],
Expand Down Expand Up @@ -184,4 +184,4 @@ def startapschedulerscheduler():

sched.add_cron_job(hasindexvaluemessagetomysql,max_instances=100,day='*/1', hour='*/1',minute='30')

sched.start()
sched.start()

0 comments on commit 143cbe5

Please sign in to comment.