Merge branch 'master' of square-r00t.net:optools
This commit is contained in:
commit
48364561bf
@ -152,6 +152,7 @@ def parseArgs():
|
|||||||
def main():
|
def main():
|
||||||
args = vars(parseArgs().parse_args())
|
args = vars(parseArgs().parse_args())
|
||||||
sync(args)
|
sync(args)
|
||||||
|
return()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# A normal config would be placed in the current user's come directory,
|
# A normal config would be placed in the current user's home directory,
|
||||||
# typically under ~/.config/optools/backup.json
|
# typically under ~/.config/optools/backup.json
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user