(installer) install.bat wrapper for the python script

This commit is contained in:
Eugene Brodsky
2023-01-16 02:38:50 -05:00
parent 71733bcfa1
commit 4b659982b7
3 changed files with 16 additions and 109 deletions

View File

@@ -301,7 +301,7 @@ You may re-run the configuration script again in the future if you do not wish t
again = True
while again:
try:
access_token = getpass_asterisk.getpass_asterisk(prompt="HF Token ")
access_token = getpass_asterisk.getpass_asterisk(prompt="HF Token ")
HfLogin(access_token)
access_token = HfFolder.get_token()
again = False