Commit 2c89e210 authored by lixiaofang's avatar lixiaofang

add

parent 111a9dd1
...@@ -8,5 +8,5 @@ from django.apps import AppConfig ...@@ -8,5 +8,5 @@ from django.apps import AppConfig
class MaJiaApp(AppConfig): class MaJiaApp(AppConfig):
name = 'majia' name = 'majia'
label = '' label = 'majia'
...@@ -12,6 +12,7 @@ from majia.get_session import host, user, passwd, db ...@@ -12,6 +12,7 @@ from majia.get_session import host, user, passwd, db
exec_count = 0 exec_count = 0
def auto_click(pk_list): def auto_click(pk_list):
exec_count = 0 exec_count = 0
try: try:
...@@ -107,6 +108,5 @@ def auto_reply(pk_list): ...@@ -107,6 +108,5 @@ def auto_reply(pk_list):
@shared_task @shared_task
def auto_majia_effect(pk_list): def auto_majia_effect(pk_list):
auto_click(pk_list)
auto_click(pk_list) auto_reply(pk_list)
auto_reply(pk_list)
\ No newline at end of file
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