formalities..
This commit is contained in:
		| @@ -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":{ | ||||
|   | ||||
| @@ -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 = """ | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user