Jelajahi Sumber

Removing outdated header on mab-refresh-thumbnail-mal.py

Penta 5 tahun lalu
induk
melakukan
b7564a8bed
1 mengubah file dengan 1 tambahan dan 13 penghapusan
  1. 1 13
      mab-refresh-thumbnail-mal.py

+ 1 - 13
mab-refresh-thumbnail-mal.py

@@ -1,17 +1,5 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
-# Copyright Penta (c) 2018/2020 - Under BSD License
-
-# Compatible for Python 3.6.X
-#
-# Check and update all the thumbnail for manga/anime in the MyAnimeBot database.
-# Can be pretty long and send a lot of request to MyAnimeList.net,
-# Use it only once in a while to clean the database.
-#
-# Dependencies (for CentOS 7):
-# yum install python3 mariadb-devel gcc python3-devel
-# python3.6 -m pip install --upgrade pip
-# pip3.6 install mysql python-dateutil asyncio html2text bs4 aiodns cchardet configparser
-# pip3.6 install mysql.connector
+# Copyright Penta (c) 2018/2021 - Under BSD License
 
 
 # Library import
 # Library import
 import os
 import os