refactoring importviews, part 1
This commit is contained in:
@@ -64,6 +64,11 @@ class SportTracksIntegration(SyncIntegration):
|
||||
'scope': 'write',
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
return "SportTracks"
|
||||
|
||||
def get_shortname(self):
|
||||
return "sporttracks"
|
||||
|
||||
def open(self, *args, **kwargs) -> str:
|
||||
return super(SportTracksIntegration, self).open(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user