Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a small bug I suggest to fix. #1

Open
mortusun opened this issue May 19, 2013 · 1 comment
Open

There is a small bug I suggest to fix. #1

mortusun opened this issue May 19, 2013 · 1 comment

Comments

@mortusun
Copy link

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.

@yu239-zz
Copy link
Owner

with open(record_path+"/"+frename, "a") as record:

All right, I have fixed this. Thanks for the suggestion.

BTW, admin, the register method of check code of your forum is not covenient either. Plz fix to graphy or text check to register.

What do you mean by this? I am new to github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants