Quick fix

This commit is contained in:
lulzette 2023-05-13 20:10:45 +03:00
parent 1deadb1fe5
commit d714acd1af

View File

@ -234,7 +234,7 @@ if __name__ == '__main__':
locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
today_weekday = date.today().strftime('%A')
today_week = date.today().strftime('%U')
today_week = int(date.today().strftime('%U'))
print("Сегодня {}, {} ебали на:".format(today_weekday, fucker_name))
for para in rasp_summary:
if para['date'] == today_weekday: