File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33setup (
44 name = "galaxy.plugin.api" ,
5- version = "0.63 " ,
5+ version = "0.64 " ,
66 description = "GOG Galaxy Integrations Python API" ,
77 author = 'Galaxy team' ,
88 author_email = 'galaxy@gog.com' ,
Original file line number Diff line number Diff line change @@ -1039,11 +1039,9 @@ def local_size_import_complete(self) -> None:
10391039 """Override this method to handle operations after local game size import is finished (like updating cache)."""
10401040
10411041 async def get_subscriptions (self ) -> List [Subscription ]:
1042- """Override this method to return a list of available
1042+ """Override this method to return a list of
10431043 Subscriptions available on platform.
10441044 This method is called by the GOG Galaxy Client.
1045-
1046- Example of possible override of the method:
10471045 """
10481046 raise NotImplementedError ()
10491047
You can’t perform that action at this time.
0 commit comments