Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:OpenRobot-Packages/API-Wrapper into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
proguy914629bot committed Dec 2, 2021
2 parents d329757 + b5946c9 commit 01cdd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openrobot/api_wrapper/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class LyricResult(OpenRobotAPIBaseResult):
Attributes
----------
titie: Optional[:class:`str`]
title: Optional[:class:`str`]
The title of the song. ``None`` if not found.
artist: Optional[:class:`str`]
The artist of the song. ``None`` if not found.
Expand Down Expand Up @@ -406,4 +406,4 @@ def __init__(self, js):
self.to: str = js[0]['to']
self.text: str = js[0]['text']
self.source: str = js[0]['source']
self.before: str = js[0]['before']
self.before: str = js[0]['before']

0 comments on commit 01cdd01

Please sign in to comment.