chanjunkai преди 5 години
родител
ревизия
5ed2da0a77
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -69,7 +69,7 @@ class CloudStorageView(View):
         response = ResponseObject()
         response = ResponseObject()
         if operation is None:
         if operation is None:
             return response.json(444, 'error path')
             return response.json(444, 'error path')
-        elif operation == 'testpalym3u8':
+        elif operation == 'testpaly.m3u8':
             return self.do_test_play_m3u8(request_dict, response)
             return self.do_test_play_m3u8(request_dict, response)
         elif operation == 'dopaypalcallback':
         elif operation == 'dopaypalcallback':
             return self.do_pay_by_paypal_callback(request_dict, response)
             return self.do_pay_by_paypal_callback(request_dict, response)