Best practices & code cleanup
This commit is contained in:
		| @@ -1,17 +1,12 @@ | ||||
| #!python3 | ||||
|  | ||||
| """ | ||||
| Inkycal-server module for Inkycal Project | ||||
| by Aterju (https://inkycal.robertsirre.nl/) | ||||
| Copyright by aceinnolab | ||||
| """ | ||||
|  | ||||
| import requests | ||||
|  | ||||
| from inkycal.modules.template import inkycal_module | ||||
| from inkycal.custom import * | ||||
|  | ||||
| from inkycal.modules.inky_image import Inkyimage as Images | ||||
| from inkycal.modules.template import inkycal_module | ||||
|  | ||||
| logger = logging.getLogger(__name__) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user