diff options
Diffstat (limited to 'src/gui/windowRecherche.py')
| -rw-r--r-- | src/gui/windowRecherche.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/windowRecherche.py b/src/gui/windowRecherche.py index c86bcc9..dd71f08 100644 --- a/src/gui/windowRecherche.py +++ b/src/gui/windowRecherche.py @@ -23,11 +23,10 @@ def more_infos(mainWindow, proId): "Ville", ] text: list = [] - print(resRecherche) for i in range(len(resRecherche)): text.append(f"{label[i]}: {resRecherche[i]}") - QMessageBox.information( + QMessageBox.information( mainWindow, "Informations du pro", "\n".join(text) |
