sync
This commit is contained in:
parent
d599b19833
commit
ecb851f510
1 changed files with 5 additions and 5 deletions
10
sync.py
10
sync.py
|
@ -67,12 +67,12 @@ def main():
|
||||||
root = os.path.join(root, 'out', 'web')
|
root = os.path.join(root, 'out', 'web')
|
||||||
dns_length = max([len(pubnix.dn) for pubnix in PUBNIXES])
|
dns_length = max([len(pubnix.dn) for pubnix in PUBNIXES])
|
||||||
for pubnix in PUBNIXES:
|
for pubnix in PUBNIXES:
|
||||||
# print()
|
print()
|
||||||
# print(pubnix)
|
print(pubnix)
|
||||||
print(f'{pubnix.dn.rjust(dns_length)} → ', end=str(), flush=True)
|
# print(f'{pubnix.dn.rjust(dns_length)} → ', end=str(), flush=True)
|
||||||
# sync(root, pubnix, exclude=['__pycache__', 'cnam', 'pgp.asc'])
|
sync(root, pubnix, exclude=['__pycache__', 'cnam', 'pgp.asc'])
|
||||||
# print(pubnix.disk_free())
|
# print(pubnix.disk_free())
|
||||||
print(pubnix.os())
|
# print(pubnix.os())
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue