Fix Bug: DJANGO_WE_MESSAGE_CALLBACK_FUNC() takes exactly 2 arguments (3 given)

Brightcells лет %!s(int64=6): %!d(string=назад)
Родитель
Сommit
c3a51ad4c2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      kodo/oauth_settings.py

+ 1 - 1
kodo/oauth_settings.py

@@ -29,7 +29,7 @@ def DJANGO_WE_SHARE_FUNC(request, state=None):
29 29
     """ WeChat Share Callback Func """
30 30
 
31 31
 
32
-def DJANGO_WE_MESSAGE_CALLBACK_FUNC(request, data):
32
+def DJANGO_WE_MESSAGE_CALLBACK_FUNC(request, data, decrypted=None):
33 33
     """ WeChat Message Callback Func """
34 34
     from account.models import UserInfo
35 35