Skip to content

Commit

Permalink
init: disable invalid-name pylint message
Browse files Browse the repository at this point in the history
We're basically keeping this as-is until I got solution for the
event-based bump of this part

Signed-off-by: Raphiel Rollerscaperers <[email protected]>
  • Loading branch information
raphielscape committed Apr 18, 2019
1 parent 1ac7892 commit 012a7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
SPOTIFY_BIO_PREFIX = os.environ.get("SPOTIFY_BIO_PREFIX", None)
DEFAULT_BIO = os.environ.get("DEFAULT_BIO", None)

# pylint: disable=invalid-name
bot = TelegramClient("userbot", API_KEY, API_HASH)


if os.path.exists("learning-data-root.check"):
os.remove("learning-data-root.check")
else:
Expand Down

0 comments on commit 012a7ad

Please sign in to comment.