Commit 2c89e210 authored by lixiaofang's avatar lixiaofang

add

parent 111a9dd1
......@@ -8,5 +8,5 @@ from django.apps import AppConfig
class MaJiaApp(AppConfig):
name = 'majia'
label = ''
label = 'majia'
......@@ -12,6 +12,7 @@ from majia.get_session import host, user, passwd, db
exec_count = 0
def auto_click(pk_list):
exec_count = 0
try:
......@@ -107,6 +108,5 @@ def auto_reply(pk_list):
@shared_task
def auto_majia_effect(pk_list):
auto_click(pk_list)
auto_reply(pk_list)
\ No newline at end of file
auto_click(pk_list)
auto_reply(pk_list)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment