Skip to content

Commit

Permalink
tries fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 17, 2024
1 parent 830c8e3 commit b7008df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ceurws/dblp.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def toDblpUrl(self, entityId: str, withPostfix: bool = False) -> Union[str, None
withPostfix: If True add the postfix ".html"
Returns:
ddblp url of None if the url can not be generated for the given input
dblp url of None if the url can not be generated for the given input
"""
urlId = self.convertEntityIdToUrlId(entityId)
if urlId is None:
Expand Down
3 changes: 1 addition & 2 deletions ceurws/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from ceurws.volume_view import VolumeView, VolumeListView
from ceurws.wikidatasync import WikidataSync
from ceurws.wikidata_view import WikidataView
from lodstorage.query import EndpointManager

class CeurWsWebServer(InputWebserver):
"""
Expand Down Expand Up @@ -228,7 +227,7 @@ def configure_run(self):
"""
InputWebserver.configure_run(self)
self.wdSync = WikidataSync.from_args(self.args)
self.wdSync.dblpEndpoint.load_all()
#self.wdSync.dblpEndpoint.load_all()


class CeurWsSolution(InputWebSolution):
Expand Down

0 comments on commit b7008df

Please sign in to comment.