MCPcopy Create free account
hub / github.com/Holasyb918/HeyGem-Linux-Python-Hack / _initialize_service

Method _initialize_service

app.py:159–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 print("VideoProcessor init done")
158
159 def _initialize_service(self):
160 logger.info("开始初始化 trans_dh_service...")
161 try:
162 time.sleep(5)
163 logger.info("trans_dh_service 初始化完成。")
164 self.is_initialized = True
165 except Exception as e:
166 logger.error(f"初始化 trans_dh_service 失败: {e}")
167
168 def process_video(
169 self, audio_file, video_file, watermark=False, digital_auth=False

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected