Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Nov 14, 2024
1 parent 0ad61d0 commit 1ebbd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Euiseo Cha (Wonkwang University) <[email protected]>
# https://github.com/gnh1201/caterpillar
# Created at: 2024-05-20
# Updated at: 2024-10-12
# Updated at: 2024-11-14
#
import logging
import hashlib
Expand Down Expand Up @@ -199,7 +199,7 @@ def get_connector(cls, connection_type):
return None

@classmethod
def test_connector(cls, data):
def test_connectors(cls, data):
def test(preludes, data):
for prelude in preludes:
if data.find(prelude) == 0:
Expand Down

0 comments on commit 1ebbd96

Please sign in to comment.