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