diff --git a/apps/DeepFaceLive/DeepFaceLiveApp.py b/apps/DeepFaceLive/DeepFaceLiveApp.py index cc4ae30..d7ed8e2 100644 --- a/apps/DeepFaceLive/DeepFaceLiveApp.py +++ b/apps/DeepFaceLive/DeepFaceLiveApp.py @@ -161,7 +161,7 @@ class QDFLAppWindow(qtx.QXWindow): menu_help = menu_bar.addMenu( L('@QDFLAppWindow.help') ) menu_help_action_github = menu_help.addAction( L('@QDFLAppWindow.visit_github_page') ) - menu_help_action_github.triggered.connect(lambda: qtx.QDesktopServices.openUrl(QUrl('https://github.com/iperov/DeepFaceLive' ))) + menu_help_action_github.triggered.connect(lambda: qtx.QDesktopServices.openUrl(qtx.QUrl('https://github.com/iperov/DeepFaceLive' ))) self.q_live_swap = None self.q_live_swap_container = qtx.QXWidget()