Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Aug 22, 2022
1 parent 9cc7bf8 commit 3941a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphw00f/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,9 @@ def engine_mercurius(self):

def engine_morpheus(self):
query = ''''
queryy {
__typename
}
queryy {
__typename
}
'''
response = self.graph_query(self.url, payload=query)

Expand Down

0 comments on commit 3941a44

Please sign in to comment.