pls work
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s

This commit is contained in:
Lee
2024-04-29 06:45:30 +01:00
parent a9f3f74880
commit 123b01d1d0
3 changed files with 11 additions and 4 deletions

View File

@ -41,6 +41,8 @@ public class PiaManager {
SERVERS = new ArrayList<>();
}
GitUtils.cloneRepo(); // Clone the repository
new Timer().scheduleAtFixedRate(new TimerTask() {
@Override
public void run() {