Skip to content

Commit

Permalink
update dpcloudserver
Browse files Browse the repository at this point in the history
  • Loading branch information
felix5572 committed May 24, 2021
1 parent fe71da9 commit 332beda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpdispatcher/dpcloudserver/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def login(username, password):
'/account/login',
{"username": username, "password": password}
)
print('debug181', ret)
token = ret['token']


Expand Down

0 comments on commit 332beda

Please sign in to comment.