From a7e63de299450b571c4910183eb2b01abda1e822 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 26 Nov 2020 20:53:14 +0900 Subject: [PATCH] testing on server --- deploy.sh | 2 +- distribusi/test.py | 2 +- init.sh | 2 +- requirements.txt | 3 +-- test.sh | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index c25124b..32e6b10 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ # HELP 도움이 필요해요 HELP # 깃허브에서 이 repository를 clone해서 -# 그걸 바로 재설치하면 될 것 같아서 구현 예정! \ No newline at end of file +# 그걸 바로 재설치하면 될 것 같아서 구현 예정! diff --git a/distribusi/test.py b/distribusi/test.py index 90ab328..0a9e81f 100644 --- a/distribusi/test.py +++ b/distribusi/test.py @@ -12,4 +12,4 @@ freg = fragments.Fragments() freg.preindex(data_path) freg.postindex() -distribusify(args, data_path, freg) \ No newline at end of file +distribusify(args, data_path, freg) diff --git a/init.sh b/init.sh index 3d6be59..1f3d24d 100755 --- a/init.sh +++ b/init.sh @@ -1,2 +1,2 @@ pip install update -pip install -r requirements.txt \ No newline at end of file +pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 46167cf..68b46c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ pillow python-magic -python-magic-bin -markdown \ No newline at end of file +markdown diff --git a/test.sh b/test.sh index 892c43d..2ad2839 100755 --- a/test.sh +++ b/test.sh @@ -16,4 +16,4 @@ # --no-hidden Exclude hidden directories # --menu-with-index Append index.html to menu items to aid navigation -python distribusi/test.py -d ./test_data/ \ No newline at end of file +python distribusi/test.py -d ./test_data/