Skip to content

Commit

Permalink
Fix multiple convert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Mar 16, 2019
1 parent cbf5366 commit b0ce214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion v2ray_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.5'
__version__ = '3.0.6'
2 changes: 0 additions & 2 deletions v2ray_util/util_core/v2ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def stop(cls):
@classmethod
def convert(cls):
from .converter import ConfigConverter
print("tranfrom to v2ray new version json..")
ConfigConverter().transform()

@classmethod
def check(cls):
Expand Down

0 comments on commit b0ce214

Please sign in to comment.