Skip to content

Commit

Permalink
Crashed...!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadhi000 authored Feb 15, 2022
1 parent f5ba64d commit 3eed1bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions info.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def is_enabled(value, default):
IMDB = is_enabled((environ.get('IMDB', "True")), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', "False")), False)
CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", None)
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "<i><b>πŸ“Ÿ Movie Name</b></i> : <i><b><a href={url}>{title}</a></b></i>\n<i><b>πŸ—’οΈ Release Date</b></i> : <i><b>{release_date}</b></i>/n/n<i><b>πŸ“§ Votes</b></i> : <i><b>{votes}</b></i>/n<i><b>⏰ RunTime</b></i> : <i><b>{runtime} Minutes</b></i>/n<i><b>⭐ IMDB Rating</b></i> : <i><b><a href={url}/ratings>{rating}/10</a></b></i>/n<i><b>🎞️ Genres</b></i> : <i><b>{genres}</b></i>/n<i><b>🎬 Director</b></i> : <i><b>{director}</b></i>/n<i><b>πŸ“ Writer</b></i> : <i><b>{writer}</b></i>
<i><b>πŸ”Š Languages</b></i> : <i><b>#{languages}</b></i>/n<i><b>πŸ’ƒπŸ» Cast</b></i> : <b>{cast}</b></i>/n/n<i><b>πŸ‘©πŸ»β€πŸ’» Requested By</b></i> : <i><b>{requested}</b></i>/n<i><b>πŸš€ Group</b></i> : <i><b>{group}</b></i>")
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "<b>Query: {query}</b> \nβ€ŒIMDb Data:\n\n🏷 Title: <a href={url}>{title}</a>\n🎭 Genres: {genres}\nπŸ“† Year: <a href={url}/releaseinfo>{year}</a>\n🌟 Rating: <a href={url}/ratings>{rating}</a> / 10")
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "True"), True)
MAX_LIST_ELM = environ.get("MAX_LIST_ELM", None)
Expand Down

0 comments on commit 3eed1bc

Please sign in to comment.