调整git目录

main
rogersun 2 weeks ago
parent c909137d67
commit 420b572f38
  1. 2
      update/utils/git_util.py

@ -21,7 +21,7 @@ from env import ENV
class GitUtil:
def __init__(self, short_release):
self.short_release = short_release
self.local_code_path = os.path.join(settings.BASE_DIR, 'dx', 'code')
self.local_code_path = os.path.join(settings.BASE_DIR, 'dx', 'code','dingxin')
self.cine_sql_path = os.path.join(settings.BASE_DIR, 'dx', 'sql')
self.db_name = self.get_db_name(self.short_release)
self.db_config = {

Loading…
Cancel
Save