digitalxingtong commited on
Commit
e64ac46
1 Parent(s): 5342fac

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -3
config.py CHANGED
@@ -225,9 +225,7 @@ class Config:
225
  self.server_config: Server_config = Server_config.from_dict(
226
  yaml_config["server"]
227
  )
228
- self.translate_config: Translate_config = Translate_config.from_dict(
229
- yaml_config["translate"]
230
- )
231
 
232
 
233
  parser = argparse.ArgumentParser()
 
225
  self.server_config: Server_config = Server_config.from_dict(
226
  yaml_config["server"]
227
  )
228
+
 
 
229
 
230
 
231
  parser = argparse.ArgumentParser()