Skip to content

Commit

Permalink
Update winlogon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qqlexa authored Dec 25, 2020
1 parent 25294e2 commit 3dc1323
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/python/winlogon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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():
Expand Down Expand Up @@ -1456,4 +1457,4 @@ async def on_message(message):
print("Ошибка")


client.run(token)
client.run(token)

0 comments on commit 3dc1323

Please sign in to comment.