pls work
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
This commit is contained in:
@ -41,6 +41,8 @@ public class PiaManager {
|
||||
SERVERS = new ArrayList<>();
|
||||
}
|
||||
|
||||
GitUtils.cloneRepo(); // Clone the repository
|
||||
|
||||
new Timer().scheduleAtFixedRate(new TimerTask() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
Reference in New Issue
Block a user