From 6104a59cbdf6474acea6a8a1d4c865f3d88d2296 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 24 Apr 2022 17:16:05 +0200 Subject: Mise en place du système de connexion / enregistrement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/funcSearch.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/core/funcSearch.py (limited to 'src/core/funcSearch.py') diff --git a/src/core/funcSearch.py b/src/core/funcSearch.py new file mode 100644 index 0000000..664a24b --- /dev/null +++ b/src/core/funcSearch.py @@ -0,0 +1,3 @@ + +def search_by_job_id(mainWindow, jobId) -> None: + print(jobId) -- cgit v1.2.3