diff --git a/nuxhash/__init__.py b/nuxhash/__init__.py index 19ea099..ce08ccd 100644 --- a/nuxhash/__init__.py +++ b/nuxhash/__init__.py @@ -1,4 +1,4 @@ -def preeti(): +def nuxhashd(): from nuxhash.daemon import main main()