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