From 6a49ee22abc7e53ddee5c36201492878d5243ab5 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Sun, 4 Aug 2019 03:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Fire=E4=B8=BA=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/oneforall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oneforall/oneforall.py b/oneforall/oneforall.py index 44ef687..0a9f855 100644 --- a/oneforall/oneforall.py +++ b/oneforall/oneforall.py @@ -101,5 +101,5 @@ class OneForAll(object): if __name__ == '__main__': - # fire.Fire(OneForAll) - OneForAll('example.com').run() + fire.Fire(OneForAll) + # OneForAll('example.com').run()