Browse Source

新增账号

zhangliang 3 weeks ago
parent
commit
335b1432f3
2 changed files with 2 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 1 2
      pq_video/pq_video.py

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea

+ 1 - 2
pq_video/pq_video.py

@@ -92,8 +92,7 @@ class PqViode:
                     "王知微": "S1RXJb",
                     "刘兆恒": "1goT0N",
                     "张博": "dPVhKa",
-                    "林子涵": "w9vu9f",
-
+                    "林子涵": "w9vu9f"
                 }
                 name = re.sub(r"\s+", "", data.get("name", ""))
                 sheet = name_to_sheet.get(name)