Skip to content

Commit ef97c40

Browse files
committed
test commit
1 parent eac2410 commit ef97c40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ def get_local_ip(self):
5757
return "127.0.0.1"
5858

5959
def create_handler(self):
60-
"""Create a handler class with server instance"""
60+
"""
61+
Create a handler class with server instance
62+
"""
6163
server_ref = self
6264

6365
class Handler(DLNAHandler): # Create a subclass of DLNAHandler

0 commit comments

Comments
 (0)