We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921c305 commit f97c25dCopy full SHA for f97c25d
README.md
@@ -48,7 +48,6 @@ async def main():
48
if neko.author:
49
output += "Author: " + neko.author + "\n"
50
output += "Date: " + str(neko.date) + "\n"
51
- output += "Views: " + str(neko.views) + "\n"
52
output += "Length: " + str(neko.length) + "\n"
53
output += "Content: " + neko.content + "\n"
54
print(output)
0 commit comments