Zxce3 / userbot

Multiple spaces found before operator FLK-E221
Style
Minor
a year ago2 years old
multiple spaces before operator
 3import platform
 4from pyrogram import Client, enums
 5
 6BOT_NAME    = "Userbot" 7APP_VERSION = f"{BOT_NAME} 0.0.1"
 8DEV_MODEL   = "Linux"
 9
multiple spaces before operator
 5
 6BOT_NAME    = "Userbot"
 7APP_VERSION = f"{BOT_NAME} 0.0.1"
 8DEV_MODEL   = "Linux" 9
10script_path = os.path.dirname(os.path.realpath(__file__))
11if script_path != os.getcwd():