Skip to content

Commit 2b9ce0a

Browse files
authored
Update MicrosoftAuth.py
1 parent 4efbb9b commit 2b9ce0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OAuth/MicrosoftAuth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from json import loads, dumps
44

55

6-
6+
# 还没写完,懒得写了doge,先咕咕一阵罢
77
def OAuth():
88
# 重定向
99
webbrowser.open("https://login.live.com/oauth20_authorize.srf\
@@ -78,4 +78,4 @@ def OAuth():
7878
res = post(url = url, data = data)
7979
print(res.text)
8080

81-
OAuth()
81+
OAuth()

0 commit comments

Comments
 (0)