From 07eb9551bcfe90145adbb0da3fe74ccbeb45aa0c Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 29 Apr 2022 15:32:05 +0300 Subject: [PATCH] updated daun submodule --- .gitignore | 2 +- client/daun | 2 +- client/daunRat.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 842abbb..4f6a4e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ **/__pycache__/ -/build/ +*/build/* *.spec /.idea/ /tests/ diff --git a/client/daun b/client/daun index 7de8da2..9029e24 160000 --- a/client/daun +++ b/client/daun @@ -1 +1 @@ -Subproject commit 7de8da29d614782061ca532b4e50c3faf754cedb +Subproject commit 9029e244526b25774408c21dbbad6cf9d6ebb681 diff --git a/client/daunRat.py b/client/daunRat.py index 8a66dd8..a970770 100644 --- a/client/daunRat.py +++ b/client/daunRat.py @@ -4,9 +4,9 @@ import pysher import io from contextlib import redirect_stdout import subprocess -import daun.modules as daun # needed to use daun functionality from admin import sys sys.path.append('daun/modules') +import daun.modules as daun # needed to use daun functionality from admin client_id = int()