1
0
Fork 0
mirror of synced 2024-05-05 05:02:52 +12:00

StoreAPI: comment unused and erroneous code

This commit is contained in:
loathingKernel 2024-02-25 15:37:51 +02:00
parent fb0d5bbe10
commit 89340f331b
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -178,13 +178,13 @@ class StoreAPI(QObject):
self.browse_games(*self.next_browse_request) # pylint: disable=E1120
self.next_browse_request = tuple(())
def get_game_config_graphql(self, namespace: str, handle_func):
payload = {
"query": config_query,
"variables": {
"namespace": namespace
}
}
# def get_game_config_graphql(self, namespace: str, handle_func):
# payload = {
# "query": config_query,
# "variables": {
# "namespace": namespace
# }
# }
def __make_graphql_query(self):
pass