Commit f14281de authored by lixiaofang's avatar lixiaofang

clientid

parent beef3be5
...@@ -30,7 +30,7 @@ class Command(BaseCommand): ...@@ -30,7 +30,7 @@ class Command(BaseCommand):
def handle(self, *args, **options): def handle(self, *args, **options):
try: try:
if len(options["sync_type"]) and options["sync_type"] == "auto_vest": if len(options["sync_type"]) and options["sync_type"] == "auto_vest":
kafka_consum(clientid) kafka_consum()
logging.info("add a log >>>>> auto_vest") logging.info("add a log >>>>> auto_vest")
except: except:
......
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