소스 검색

Correction de traduction

master
TheBidouilleur 2 주 전
부모
커밋
7c3ee43a0a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      login.py

+ 2
- 2
login.py 파일 보기

@@ -22,8 +22,8 @@ password = form.getvalue("password")
choix = form.getvalue("choice") choix = form.getvalue("choice")


if str(password) == "TheBidouilleur" and choix is None: if str(password) == "TheBidouilleur" and choix is None:
print("""<h2 class="w3-center w3-teal"> Choix du choice </h2>""")
print("""<h3 class="w3-center">Choisissez un choice </h3>""")
print("""<h2 class="w3-center w3-teal"> Choose a directory </h2>""")
print("""<h3 class="w3-center">Choose a directory </h3>""")
Choix = """ Choix = """
<title> Choix des photos </title> <title> Choix des photos </title>
<form action="./login.py" method="post" class="w3-container"> <form action="./login.py" method="post" class="w3-container">


불러오는 중...
취소
저장