Private
Public Access
1
0

refactoring importviews, part 1

This commit is contained in:
Sander Roosendaal
2023-02-16 08:39:27 +01:00
parent b179f3f9cf
commit f17fb560c5
10 changed files with 113 additions and 263 deletions

View File

@@ -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)