diff --git a/psychtobase/src/window.py b/psychtobase/src/window.py index 4a20588..cc8f79f 100644 --- a/psychtobase/src/window.py +++ b/psychtobase/src/window.py @@ -422,7 +422,7 @@ def goToIssues(self): webbrowser.open('https://github.com/gusborg88/fnf-porter/issues/new?body=Log+file+output+(check+logs+folder):%0A```%0A%0A```') def goToGB(self): - _GB_ToolID = '' + _GB_ToolID = '16982' webbrowser.open(f'https://gamebanana.com/tools/{_GB_ToolID}') def openLogFile(self): @@ -466,4 +466,4 @@ def prompt(prompt, body, inputs, file): # How to use this damn function: - ### window.prompt('input', 'Some text about the request', [['Some text about the purpose of this input', 'Placeholder (Gray text) on this input']], 'file.py') \ No newline at end of file + ### window.prompt('input', 'Some text about the request', [['Some text about the purpose of this input', 'Placeholder (Gray text) on this input']], 'file.py')