Skip to content

Commit

Permalink
Refactor: Remove id,pw
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjin99 committed Nov 5, 2023
1 parent f924e9d commit 2e647d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@ def handler(event: dict, context: dict) -> dict | None:

finally:
return response


if __name__ == "__main__":
from login_session import login

# token = asyncio.run(login("20180806", "kidok0714!"))
res = asyncio.run(main("token"))
# print(token)

0 comments on commit 2e647d2

Please sign in to comment.