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

Fix tkgui.py #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix tkgui.py #24

wants to merge 1 commit into from

Conversation

LittleModesty
Copy link
Contributor

Solve problem caused by missing argument duration in calling function mkical().

Solve problems caused by missing variable "duration" in calling function "mkical".
try:
ics = mkical(
(loadIO_from_xlsx if inputFile[-5:].lower()
== '.xlsx' else loadIO_from_json)(inputFile),
date(
int(dateStr[:4]), int(dateStr[4:6]), int(dateStr[6:])))
int(dateStr[:4]), int(dateStr[4:6]), int(dateStr[6:])),0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最好还是给出对应可操作选项,直接预设值可能不太妥当

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,感谢建议!

@weearc
Copy link
Collaborator

weearc commented Feb 9, 2022

5e394f6

Updated

@weearc weearc closed this Feb 9, 2022
@weearc weearc reopened this Feb 9, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants