更新文件站地址

This commit is contained in:
MarkusJoe
2022-03-13 10:52:16 +08:00
parent f01408a77c
commit f003146ccb
6 files changed
+39 -19

No files matched your search

+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2022/3/13
# @File Name: length_down.py
import requests
print(requests.get('http://127.0.0.1:8000/data.db').headers)