:art: Cpon2

huangqimin001 3 years ago
parent
commit
5b42d49f6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commands/management/commands/cpon2.py

+ 1 - 1
commands/management/commands/cpon2.py

@@ -28,7 +28,7 @@ class Command(CompatibilityBaseCommand):
28 28
             k, v = r.blpopjson(MEMBER_SEND_COUPON_LIST2, 60)
29 29
 
30 30
             if not v:
31
-                continue
31
+                break
32 32
 
33 33
             close_old_connections()
34 34