Skip to content

Commit

Permalink
Stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Aug 27, 2020
1 parent 1c833cf commit 7037c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run(self):
# Start listening for HTTP requests (and check for shutdown every 0.5 seconds)
self.server_address = ('127.0.0.1', self.find_free_port())
self.thumbServer = httpThumbnailServer(self.server_address, httpThumbnailHandler)
self.thumbSever.daemon_threads = True
self.thumbServer.daemon_threads = True
self.thumbServer.serve_forever(0.5)

def __init__(self):
Expand Down

0 comments on commit 7037c53

Please sign in to comment.