We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e86d52 commit 07b9abaCopy full SHA for 07b9aba
1 file changed
automation/automation.py
@@ -91,7 +91,7 @@
91
# process the data
92
93
94
- print("[INFO] : Matching Data from Raw Data")
+ print("[INFO] : Matching Regex from Raw Data")
95
matching_list = re.findall(data_regex, read_data)
96
#print(matching_list)
97
0 commit comments