open_method[setting]: if setting == "subscribe": subscribe_urls = config.subscribe_urls task = asyncio.create_task( task_func(subscribe_urls, callback=self.update_progress) ) elif setting == "open_hotel_tonkiang" or setting == "open_hotel_fofa": elif setting == "hotel_tonkiang" or ...
if getattr(config, f"open_{method}"): if config.getboolean("Settings", f"open_{method}"): data = append_data_to_info_data( data, cate, @@ -497,7 +493,9 @@ def append_all_method_data( len(get_channel_results_by_name(name, result)), ) total_channel_data_len = len(data.get...
一.原因 vi /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-pr ...
version = 0.2.4 # (str) Application versioning (method 2) # version.regex = __version__ = ['"](.*)['"] # version.filename = %(source.dir)s/main.py # (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy requirements = android, python3==3.9.5, htt...
("Settings", f"open_online_search", fallback=True) @property def open_method(self): return { "subscribe": self.open_subscribe, "hotel": self.open_hotel, "multicast": self.open_multicast, "online_search": self.open_online_search, "hotel_fofa": self.open_hotel_fofa, "hotel_foodie"...
user # 查看evo工具 ls ~/.local/bin # 编辑 ~/.bashrc, 把 ~/.local/bin 目录加入到 PATH 环境变量 echo 'export PATH=~/.local/bin:$PATH' >> ~/.bashrc source ~/.bashrc # 确认evo工具可用 evo_ape --help # 安装tkinter,防止运行 evo 时报错 tkinter 找不到 sudo apt install python...
# unused method/function arguments argumentsUsed = 1 # unused method/function variable arguments varArgumentsUsed = 1 # ignore if self is unused in methods ignoreSelfUnused = 0 # check if overridden methods have the same signature checkOverridenMethods = 1 # check if __special__ methods exist...
apply-builtin, basestring-builtin, buffer-builtin, cmp-builtin, coerce-builtin, execfile-builtin, file-builtin, long-builtin, raw_input-builtin, reduce-builtin, standarderror-builtin, unicode-builtin, xrange-builtin, coerce-method, delslice-method, getslice-method, setslice-method, no-abs...
open_method[setting]: if setting == "subscribe": subscribe_urls = config.subscribe_urls task = asyncio.create_task( task_func(subscribe_urls, callback=self.update_progress) ) elif setting == "open_hotel_tonkiang" or setting == "open_hotel_fofa": elif setting == "hotel_tonkiang" or ...
Expand Down Expand Up @@ -522,7 +523,7 @@ def get_origin_method_name(method): """ Get the origin method name """ if method in ["hotel_tonkiang", "hotel_fofa"] and not constants.open_hotel: if method in ["hotel_tonkiang", "hotel_fofa"] and not config.open_hotel: return No...