From 30e773a1eecb66671ea258e61d17ff5bddc8fd27 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 5 Dec 2020 00:26:13 +0100 Subject: [PATCH] formalities.. --- inkycal/modules/inkycal_slideshow.py | 4 ++-- inkycal/tests/main_test.py | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/inkycal/modules/inkycal_slideshow.py b/inkycal/modules/inkycal_slideshow.py index 462211f..ee1ec1d 100644 --- a/inkycal/modules/inkycal_slideshow.py +++ b/inkycal/modules/inkycal_slideshow.py @@ -38,8 +38,8 @@ class Slideshow(inkycal_module): optional = { "autoflip":{ - "label":"Should the image be flipped automatically?", - "options": [True, False] + "label":"Should the image be flipped automatically? Default is False", + "options": [False, True] }, "orientation":{ diff --git a/inkycal/tests/main_test.py b/inkycal/tests/main_test.py index 9eb520d..3c0d11b 100644 --- a/inkycal/tests/main_test.py +++ b/inkycal/tests/main_test.py @@ -1,7 +1,14 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- + +""" +Main test (main) +Copyright by aceisace +""" +import os import unittest from inkycal import Inkycal -import os test_config = """ {