Quick fix
This commit is contained in:
parent
1deadb1fe5
commit
d714acd1af
2
main.py
2
main.py
@ -234,7 +234,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
|
locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
|
||||||
today_weekday = date.today().strftime('%A')
|
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))
|
print("Сегодня {}, {} ебали на:".format(today_weekday, fucker_name))
|
||||||
for para in rasp_summary:
|
for para in rasp_summary:
|
||||||
if para['date'] == today_weekday:
|
if para['date'] == today_weekday:
|
||||||
|
Loading…
Reference in New Issue
Block a user