v.2.0.1 Cam4 Anonymous Get Online Wanted Models for Python39

This commit is contained in:
horacio9a 2021-05-25 23:35:31 +02:00 committed by GitHub
parent 438d6fd705
commit b64e53b348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
# Cam4 Anonymous Get Online Wanted Models v.2.0.0 by horacio9a for Python 3.9.1
# Cam4 Anonymous Get Online Wanted Models v.2.0.1 by horacio9a for Python 3.9.1
# coding: utf-8
import sys, os, ssl, configparser
Config = configparser.ConfigParser()
Config.read('config.ini')
Config.read('config3.ini')
wanted_model_list = open(Config.get('files', 'wanted_model_list'),'r')
online_all_model_list = open(Config.get('files', 'online_all_model_list'),'r')