Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
winsphinx committed Feb 23, 2024
1 parent 2893942 commit 2e1b6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Lint with flake8
run:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=180 --statistics
flake8 . --count --max-complexity=10 --max-line-length=180 --statistics
2 changes: 1 addition & 1 deletion src/modules/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def match_file(self):
content += f'{row["本端IP"]},{str(row[cols[8]])},{str(row[cols[11]])},{str(net)},{res[0]},{str(res[1])}\n'
break
else:
content += f'{row["本端IP"]},{str(row[cols[8]])},{str(row[cols[11]])},,我是普通宽带,\n'
content += f'{row["本端IP"]},{str(row[cols[8]])},{str(row[cols[11]])},,我不是专线,\n'

put_file(
"导出结果.csv",
Expand Down

0 comments on commit 2e1b6fb

Please sign in to comment.