Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys authored Apr 10, 2024
1 parent 675da46 commit 72c6ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ username = os.getenv("NOVELAI_USER", None)
assert username is not None
# credential = JwtCredential(jwt_token=SecretStr(jwt))
login_credential = LoginCredential(
user_name=os.getenv("NOVELAI_USER"),
username=os.getenv("NOVELAI_USER"),
password=os.getenv("NOVELAI_PASS")
)

Expand Down

0 comments on commit 72c6ea1

Please sign in to comment.