st half implemented
This commit is contained in:
@@ -56,7 +56,7 @@ def c2wc(weightclass):
|
||||
|
||||
class C2Integration(SyncIntegration):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(C2Integration, self).__init__(self, *args, **kwargs)
|
||||
super(C2Integration, self).__init__(*args, **kwargs)
|
||||
self.oauth_data = {
|
||||
'client_id': C2_CLIENT_ID,
|
||||
'client_secret': C2_CLIENT_SECRET,
|
||||
|
||||
Reference in New Issue
Block a user