From 1e46de4b3c4bd4ae955574472790bdcfd997ddf2 Mon Sep 17 00:00:00 2001 From: n07070 Date: Fri, 22 May 2026 10:58:41 +0200 Subject: [PATCH] Update line lenght of docstring --- src/web.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web.py b/src/web.py index e039462..1d77974 100644 --- a/src/web.py +++ b/src/web.py @@ -6,7 +6,8 @@ from task import TextTask, ImageTask, CutTask class Web(object): - """Web is the class that gets all of the information from web calls ( API and Web page ) and provides checks before sending stuff to printing""" + """Web is the class that gets all of the information from web calls + ( API and Web page ) and provides checks before sending stuff to printing""" def __init__(self, app, print_queue): super(Web).__init__()