Skip to content

Commit ea429e1

Browse files
author
Quaxdrone
authored
Merge pull request #6 from GangOfFloppa/Quaxdrone-patch-5
Update Window.py
2 parents 95c7110 + ab8ad37 commit ea429e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DearPyInjectorRustClient/Window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def MainWindow():
1919
x.destroy_context()
2020
def Inject():
2121
str_path = x.get_value("input_path")
22-
return ix.Injector.InjectDLL(str_path)
22+
ix.Injector.InjectDLL(str_path)

0 commit comments

Comments
 (0)