new pasteboard idea

This commit is contained in:
2018-08-20 20:43:55 +03:00
parent c004c75f75
commit f4a23ad08c
5 changed files with 259 additions and 4 deletions

View File

@@ -286,7 +286,7 @@ def modify_share(shares, config, opts):
if not token in share['tokens']:
share['tokens'].append(token)
if opts.expire:
if not opts.expire == False:
if opts.expire == "":
# REMOVE EXPIRATION
if 'expire' in share: