Quellcode durchsuchen

删掉ratelimit导入

locky vor 2 Jahren
Ursprung
Commit
18a9858810
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      Controller/ShadowController.py

+ 2 - 1
Controller/ShadowController.py

@@ -1,9 +1,10 @@
 import logging
 import threading
 import time
+
 import requests
 from django.http import JsonResponse
-from ratelimit.decorators import ratelimit
+
 from AnsjerPush.config import SERVER_TYPE
 from Model.models import Device_Info, UidSetModel, UID_Preview, VoicePromptModel, UID_Bucket, UidChannelSetModel, \
     AiService, CountryModel