Skip to content

Commit

Permalink
Update ecole.py (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashokas [email protected]
  • Loading branch information
Snipeur060 authored Aug 31, 2022
1 parent ff597bb commit 42c737f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion func/ecole.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
import http.client
import json
from func.smooth_stop import smoothstop
import maskpass
# FIN IMPORT

def request_id():
msg1 = colormodule.colorsconsole.CBLUE2+"Veuillez entrer votre nom d'utilisateur École Directe: "+colormodule.colorsconsole.ENDC
username = str(input(msg1))
msg2 = colormodule.colorsconsole.OKCYAN+"Veuillez entrer votre mot de passe École Directe: "+colormodule.colorsconsole.ENDC
password = str(input(msg2))
password = str(maskpass.askpass(msg2))
res = traitement(username,password)
jsondata(res)

Expand Down

0 comments on commit 42c737f

Please sign in to comment.