sync
This commit is contained in:
parent
a82aaedb75
commit
f13184a676
1 changed files with 1 additions and 1 deletions
2
sync.py
2
sync.py
|
@ -70,7 +70,7 @@ def main():
|
|||
print()
|
||||
print(pubnix)
|
||||
# print(f'{pubnix.dn.rjust(dns_length)} → ', end=str(), flush=True)
|
||||
sync(root, pubnix, exclude=['__pycache__', 'cnam', 'pgp.asc'])
|
||||
sync(root, pubnix, exclude=['__pycache__', 'pgp.asc'])
|
||||
# print(pubnix.disk_free())
|
||||
# print(pubnix.os())
|
||||
|
||||
|
|
Loading…
Reference in a new issue