diff --git a/tools/test.py b/tools/test.py index 70612b7..246c144 100644 --- a/tools/test.py +++ b/tools/test.py @@ -1 +1,6 @@ -print("_wenren".split("_")) \ No newline at end of file +import requests + +a = requests.get("http://git.nanfengling.cn/NFL_jiancx/NFLmusic/raw/branch/master/version_info/announcement").text +print("==============================================================") +b = requests.get("https://gitee.com/nfl-tangh/nflmusic/raw/master/announcement").text +print(a == b) \ No newline at end of file