163marker
163marker copied to clipboard
命令行工具有bug
命令行工具直接import 163marker.main as main了,是不是匹配替换之后忘记改了? 另外命令行工具里用的那个main也没有了
import importlib
main = importlib.import_module('163marker.app').main
改成这样就能用了