Update line lenght of docstring

This commit is contained in:
n07070
2026-05-22 10:58:41 +02:00
parent e9bf334abd
commit 1e46de4b3c

View File

@@ -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__()