Browse Source

code cleaning

ming 3 years ago
parent
commit
db0cc5282e
1 changed files with 0 additions and 1 deletions
  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):