Преглед на файлове

Correction d'un problème de print

master
TheBidouilleur преди 2 седмици
родител
ревизия
8fb3137d77
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      update_manga.py

+ 1
- 1
update_manga.py Целия файл

@@ -27,7 +27,7 @@ def update_manga(id):
if int(last_chapt) == int(new_chapt) :
print("Nous sommes a jour")
else :
print("Pas a jour ! Le dernier chapitre est %s " % )
print("Pas a jour ! Le dernier chapitre est %s " % new_chapt)
cursor.execute("UPDATE manga SET chap = '{}' WHERE id = '{}'".format(get_last_chap(url), get_id(url)))
conn.commit()



Loading…
Отказ
Запис