Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zonezs authored May 28, 2020
1 parent 640b685 commit a23989e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions FastAPI/LogApi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ def get_info_data(a: int = 0, b: int = 0):
'height': height
}

# data = {
# 'info1': info,
# 'info2': info,
# 'info3': info,
# 'info4': info,
# 'info5': info,
# }

data = [info, info, info, info, info]

json = {
Expand Down

0 comments on commit a23989e

Please sign in to comment.