From 54eb574a7de1c66e3a53a8c97f07dc3502574b16 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 3 Dec 2019 23:28:31 +0000 Subject: [PATCH] Test with blurhash --- epicyon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epicyon.py b/epicyon.py index 0fd2cd5d4..15eb0c191 100644 --- a/epicyon.py +++ b/epicyon.py @@ -313,6 +313,8 @@ if args.tests: runAllTests() sys.exit() +args.blurhash=True + if args.testsnetwork: print('Network Tests') testPostMessageBetweenServers()