Update API.java

This commit is contained in:
FongMi 2023-02-18 22:35:22 +08:00
parent 9a8b39b490
commit 1b615ad616
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class API {
private API() {
this.auth = new Auth();
this.lock = new ReentrantLock();
this.lock = new ReentrantLock(true);
}
public void setRefreshToken(String token) {