From 964af0872ea67c56bd1b0ec5c1fc4fad61400571 Mon Sep 17 00:00:00 2001 From: horacio9a Date: Tue, 25 May 2021 23:27:52 +0200 Subject: [PATCH] v.2.0.1 Cam4 Remote 24/7 Anonymous FFMPEG Recorder for Python39 --- c4ffr3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c4ffr3.py b/c4ffr3.py index 91bfdec..9bff321 100644 --- a/c4ffr3.py +++ b/c4ffr3.py @@ -1,4 +1,4 @@ -# Cam4 Remote Anonymous FFMPEG Recorder v.2.0.0 by horacio9a for Python 3.9.1 +# Cam4 Remote Anonymous FFMPEG Recorder v.2.0.1 by horacio9a for Python 3.9.1 # coding: utf-8 import sys, os, urllib, urllib3, ssl, re, time, datetime, command @@ -10,7 +10,7 @@ from colorama import init, Fore, Back, Style from termcolor import colored import configparser Config = configparser.ConfigParser() -Config.read('config.ini') +Config.read('config3.ini') init() print()