File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def read_file(fname):
17
17
18
18
setup (
19
19
name = pkg_name ,
20
- version = "0.1.2.2 " ,
20
+ version = "0.1.2.3 " ,
21
21
author = "Akash R Chandran" ,
22
22
author_email = "chandranrakash@gmail.com" ,
23
23
description = "A command line tool to fetch lyrics from spotify and save it to lrc file. It can fetch both synced and unsynced lyrics from spotify. " ,
Original file line number Diff line number Diff line change 5
5
# thanks to https://github.com/glomatico/votify/blob/main/votify/totp.py
6
6
class TOTP :
7
7
def __init__ (self ) -> None :
8
- self .secret = b"55601029510267381196079975060119874370686866 "
9
- self .version = 14
8
+ self .secret = b"46765510475331268151846763111112875241781186186871271119692 "
9
+ self .version = 17
10
10
self .period = 30
11
11
self .digits = 6
12
12
You can’t perform that action at this time.
0 commit comments