Merge branch 'yoshiko2:master' into master
This commit is contained in:
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,38 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@@ -8,7 +8,9 @@ assignees: ''
|
||||
---
|
||||
|
||||
For the new functions you need, you can contact me through the contact information below for a paid solution. I will respond as soon as possible and deliver it in the next version.
|
||||
|
||||
对于需要的新功能,可通过下方联系方式联系我有偿解决,我会尽快响应,会在下一个版本交付
|
||||
## 联系方式 Contact:
|
||||
* yoshiko2.dev@gmail.com
|
||||
* [Telegram](https://t.me/yoshiko2)
|
||||
|
||||
# 联系方式 Contact:
|
||||
* Email : yoshiko2.dev@gmail.com
|
||||
* Telegram : https://t.me/yoshiko2
|
||||
|
||||
@@ -451,7 +451,7 @@ def create_data_and_move(movie_path: str, zero_op: bool, no_net_op: bool, oCC):
|
||||
movie_path = os.path.abspath(movie_path)
|
||||
|
||||
if debug is True:
|
||||
print(f"[!] [{n_number}] As Number making data for '{movie_path}'")
|
||||
print(f"[!] [{n_number}] As Number Processing for '{movie_path}'")
|
||||
if zero_op:
|
||||
return
|
||||
if n_number:
|
||||
@@ -465,7 +465,7 @@ def create_data_and_move(movie_path: str, zero_op: bool, no_net_op: bool, oCC):
|
||||
print("[*]======================================================")
|
||||
else:
|
||||
try:
|
||||
print(f"[!] [{n_number}] As Number making data for '{movie_path}'")
|
||||
print(f"[!] [{n_number}] As Number Processing for '{movie_path}'")
|
||||
if zero_op:
|
||||
return
|
||||
if n_number:
|
||||
@@ -490,7 +490,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC):
|
||||
conf = config.getInstance()
|
||||
file_name = os.path.basename(file_path)
|
||||
try:
|
||||
print("[!] [{1}] As Number making data for '{0}'".format(file_path, custom_number))
|
||||
print("[!] [{1}] As Number Processing for '{0}'".format(file_path, custom_number))
|
||||
if custom_number:
|
||||
core_main(file_path, custom_number, oCC)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user