docs: fix typo in README's URL (#516)

This commit is contained in:
Tor E Hagemann 2022-01-12 05:42:11 -08:00 committed by GitHub
parent e077344b1d
commit e5945e0be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ apobj.notify(
# this case after 3 seconds). # this case after 3 seconds).
apobj.notify( apobj.notify(
title='Latest security image', title='Latest security image',
attach='http:/admin:password@hikvision-cam01/ISAPI/Streaming/channels/101/picture?cache=3' attach='http://admin:password@hikvision-cam01/ISAPI/Streaming/channels/101/picture?cache=3'
) )
``` ```