Skip to content

Commit 8588162

Browse files
kelvin_benYour Name
kelvin_ben
authored and
Your Name
committed
add auth info
1 parent bbbb794 commit 8588162

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libs/core/net.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
# Author: kelvinBen
3+
# Github: https://github.com/kelvinBen/AppInfoScanner
14
import re
25
import time
36
import threading
@@ -39,8 +42,6 @@ def __get_Http_info__(self,threadLock):
3942
# self.worksheet.write(cores.excel_row, 8, label = "")
4043
self.lock.release()
4144

42-
43-
4445
def __get_request_result__(self,url):
4546
result={"status":"","server":"","cookie":"","cdn":"","des_ip":"","sou_ip":"","title":""}
4647
cdn = ""

0 commit comments

Comments
 (0)