renyupeng 3 rokov pred
rodič
commit
2a5202977f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Apietl/utlis/webHook.py

+ 1 - 1
Apietl/utlis/webHook.py

@@ -26,7 +26,7 @@ def api_webhook_messages():
     end_date = my_info["end_date"]
     end_date = my_info["end_date"]
     date_type = my_info["date_type"]
     date_type = my_info["date_type"]
     AccountReport().handler(date_type, account_id, start_date, end_date)
     AccountReport().handler(date_type, account_id, start_date, end_date)
-    return 200
+    return '200'
 
 
 
 
 if __name__ == '__main__':
 if __name__ == '__main__':