163marker icon indicating copy to clipboard operation
163marker copied to clipboard

命令行工具有bug

Open reserveword opened this issue 3 years ago • 1 comments

命令行工具直接import 163marker.main as main了,是不是匹配替换之后忘记改了? 另外命令行工具里用的那个main也没有了

reserveword avatar Jul 21 '22 15:07 reserveword

import importlib
main = importlib.import_module('163marker.app').main

改成这样就能用了

reserveword avatar Jul 21 '22 16:07 reserveword