forked from mirrors/autodoist
Update
parent
cbe5cba074
commit
4f21175f65
|
@ -28,9 +28,6 @@ def main():
|
||||||
parser.add_argument('--nocache', help='Disables caching data to disk for quicker syncing', action='store_true')
|
parser.add_argument('--nocache', help='Disables caching data to disk for quicker syncing', action='store_true')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
args.api_key = 'b8671dd3f1408956f9d727d9bd94812c835bbfa8'
|
|
||||||
args.recurring = True
|
|
||||||
|
|
||||||
def initialise(args):
|
def initialise(args):
|
||||||
# Set debug
|
# Set debug
|
||||||
if args.debug:
|
if args.debug:
|
||||||
|
|
Loading…
Reference in New Issue