Terry Zhuo
commited on
Commit
·
6da81f8
1
Parent(s):
3584877
update
Browse files- count_ip_data.py +1 -1
count_ip_data.py
CHANGED
@@ -148,7 +148,7 @@ def count_files_per_ip(smb_url, start_date_str="2025_02_18"):
|
|
148 |
password = unquote(password)
|
149 |
|
150 |
# Register the SMB session
|
151 |
-
smbclient.register_session(server, username=username, password=password,
|
152 |
|
153 |
# Convert start date string to datetime
|
154 |
start_date = datetime.strptime(start_date_str, "%Y_%m_%d")
|
|
|
148 |
password = unquote(password)
|
149 |
|
150 |
# Register the SMB session
|
151 |
+
smbclient.register_session(server, username=username, password=password, port=8080)
|
152 |
|
153 |
# Convert start date string to datetime
|
154 |
start_date = datetime.strptime(start_date_str, "%Y_%m_%d")
|