Skip to content

Commit 1ebbd96

Browse files
authored
Update base.py
1 parent 0ad61d0 commit 1ebbd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Euiseo Cha (Wonkwang University) <[email protected]>
99
# https://github.com/gnh1201/caterpillar
1010
# Created at: 2024-05-20
11-
# Updated at: 2024-10-12
11+
# Updated at: 2024-11-14
1212
#
1313
import logging
1414
import hashlib
@@ -199,7 +199,7 @@ def get_connector(cls, connection_type):
199199
return None
200200

201201
@classmethod
202-
def test_connector(cls, data):
202+
def test_connectors(cls, data):
203203
def test(preludes, data):
204204
for prelude in preludes:
205205
if data.find(prelude) == 0:

0 commit comments

Comments
 (0)