Skip to content

Commit fe4458b

Browse files
committed
update
1 parent d4a3fe4 commit fe4458b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ MANIFEST
4141

4242
# PyCharm
4343
.idea/*
44+
45+
lyric/test-bram.py

lyric/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
client_id = r''
44
client_secret = r''
55

6-
redirect_uri = 'https://hass.deproducties.com:8123/lyric'
6+
redirect_uri = 'https://hass.deproducties.com/api/lyric'
77
app_name = 'Sample'
88
token_cache_file = 'token.txt'
99

0 commit comments

Comments
 (0)