mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 14:13:42 -05:00
Update sync_forks.py
This commit is contained in:
parent
605340c29d
commit
57f0f05220
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ import requests
|
|||
FORKS = [
|
||||
{"fork": "milknetmirrors/gmusa", "upstream": "milk-net/milk-net.github.io"},
|
||||
{"fork": "milknetmirrors/picklerick", "upstream": "milk-net/milk-net.github.io"},
|
||||
{"fork": "milknetmirrors/precalculus", "upstream": "milk-net/milk-net.github.io"},
|
||||
{"fork": "milknetmirrors/milknetmirrors.github.io", "upstream": "milk-net/milk-net.github.io"},
|
||||
|
||||
]
|
||||
CHECK_INTERVAL = 20 * 60 # 20 minutes in seconds
|
||||
BASE_DIR = os.getenv("BASE_DIR", "/tmp/clones")
|
||||
|
|
Loading…
Add table
Reference in a new issue