浏览代码

code cleaning

ming 3 年之前
父节点
当前提交
db0cc5282e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -12,7 +12,6 @@ db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/cmm_test?charset=u
 @app.get("/tags")
 async def get_tags():
     tag_dict = {}
-    a=1
     table = db.load_table('tag_table')
     statement = 'SELECT id,name FROM tag_table'
     for row in db.query(statement):