Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 012be13

Browse files
committed
Grammar
1 parent f87ee7f commit 012be13

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
Name: Bug report
3+
About: Create a report to help us improve
44
---
55

66
**Describe the bug**

.github/ISSUE_TEMPLATE/Feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
2+
Name: Feature request
3+
About: Suggest an idea for this project
44
---
55

66
**Is your feature request related to a problem? Please describe.**

src/whatwaf_interface.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from .strings import BANNED_TAMPERS
77
from .satanize import remove_thing_url
88
from .execute import execute
9-
from .consts import WHATWAF_VERIFY_NUM
10-
from .consts import WHATWAF_DEBUG, WHATWAF_DEBUG_REPORT
9+
from .consts import WHATWAF_VERIFY_NUM, WHATWAF_DEBUG, WHATWAF_DEBUG_REPORT
1110

1211

1312
def whatwaf_url(url):

0 commit comments

Comments
 (0)