Skip to content

Commit

Permalink
Modified info string
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK committed May 23, 2020
1 parent fb4ab75 commit 5031c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ def deletehandler(self, client, cmd):
raise NotImplementedError()

def onConnect_handler(client, *args):
print(client.path, "is connected!")
print("App '{0}' is connected!".format(client.path))

# The main routine to start, run and stop the service
if __name__ == '__main__':
Expand Down

0 comments on commit 5031c18

Please sign in to comment.