Add new agnostic challonge provider
This commit is contained in:
@@ -29,6 +29,9 @@ namespace LaDOSE.REST
|
||||
public void Connect(Uri url, string user, string password)
|
||||
{
|
||||
Client = new RestClient(url);
|
||||
#if DEBUG
|
||||
Client.Timeout = 99*1000;
|
||||
#endif
|
||||
this.username = user;
|
||||
this.password = password;
|
||||
GetToken(user, password);
|
||||
|
||||
Reference in New Issue
Block a user