Skip to content

Commit b0d584c

Browse files
committed
Fix super call in ET_SubscriberList
1 parent 1e9875a commit b0d584c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FuelSDK/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self):
114114

115115
class ET_SubscriberList(ET_GetSupport):
116116
def __init__(self):
117-
super(ET_Subscriber_List, self).__init__()
117+
super(ET_SubscriberList, self).__init__()
118118
self.obj_type = 'SubscriberList'
119119

120120
class ET_SentEvent(ET_GetSupport):

0 commit comments

Comments
 (0)