Skip to content

Commit f97c25d

Browse files
authored
Remove deprecated views param
1 parent 921c305 commit f97c25d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ async def main():
4848
if neko.author:
4949
output += "Author: " + neko.author + "\n"
5050
output += "Date: " + str(neko.date) + "\n"
51-
output += "Views: " + str(neko.views) + "\n"
5251
output += "Length: " + str(neko.length) + "\n"
5352
output += "Content: " + neko.content + "\n"
5453
print(output)

0 commit comments

Comments
 (0)