new pasteboard idea
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user