Commit 8e2c30d2 by zhangjingdong

修改脚本

parent 7c9e08d6
# coding = utf-8 # coding = utf-8
# coding = utf-8 # coding = utf-8
from bs4 import BeautifulSoup
import time import time
import os import os
...@@ -17,8 +16,7 @@ class PostmanApi(): ...@@ -17,8 +16,7 @@ class PostmanApi():
""" """
:param s: :param s:
:param endstring: :param endstring:
:return: :return
筛选文件
""" """
array = map(s.endswith, endstring) array = map(s.endswith, endstring)
if True in array: if True in array:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment