This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
Cinabre
/
My-Manga-List
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Debut de la fonction fetch_all_id pour récupérer tout les ID des mangas
master
TheBidouilleur
пре 2 недеља
родитељ
25480ff678
комит
6a6bcf39bc
1 измењених фајлова
са
7 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
update_manga.py
+ 7
- 1
update_manga.py
Прегледај датотеку
@@ -7,7 +7,13 @@ cursor = conn.cursor()
def main():
#print("Pas de fonction Main")
update_manga(31477)
fetch_all_id()
def fetch_all_id():
print("Recuperation des IDs")
cursor.execute("SELECT id FROM manga;")
rows = cursor.fetchall()
def update_manga(id):
url = get_url(id)
Write
Preview
Loading…
Откажи
Сачувај