Fix compile bug
This commit is contained in:
parent
017c4b2b1d
commit
1f1cdf5d18
@ -128,7 +128,7 @@ public class BotSession {
|
||||
}
|
||||
} catch (JSONException ignored) {
|
||||
}
|
||||
} catch (Exception ignored) {
|
||||
} catch (Exception e) {
|
||||
try {
|
||||
synchronized (this) {
|
||||
this.wait(500);
|
||||
|
Loading…
Reference in New Issue
Block a user