You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heay, I found a question when pressing Start Button that is u must set up the parameter 'RECORD:/your record path' in config file. And the save video file name is unmodifiable. It is incovenient. So I fix the Line 170 in downloader.py like this:
with open(record_path+"/"+frename, "a") as record:
...
In this way, we can save the file name correctly as well.
BTW, admin, the register method of check code of your forum is not covenient either. Plz fix to graphy or text check to register.
The text was updated successfully, but these errors were encountered:
Heay, I found a question when pressing Start Button that is u must set up the parameter 'RECORD:/your record path' in config file. And the save video file name is unmodifiable. It is incovenient. So I fix the Line 170 in downloader.py like this:
with open(record_path+"/"+frename, "a") as record:
...
In this way, we can save the file name correctly as well.
BTW, admin, the register method of check code of your forum is not covenient either. Plz fix to graphy or text check to register.
The text was updated successfully, but these errors were encountered: