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

修改newclinet-py3.py,适配linux(WSL) #24

Merged
merged 2 commits into from
Sep 1, 2020
Merged

修改newclinet-py3.py,适配linux(WSL) #24

merged 2 commits into from
Sep 1, 2020

Conversation

leviolet
Copy link
Contributor

@leviolet leviolet commented Sep 1, 2020

修改newclinet-py3.py,适配linux(WSL)。(感谢 @namina123#21, 虽然没有修复OpenWrt上的问题)
重命名文件夹jlu-drcom-csharp->jlu-drcom-dotnet, 避免与jlu-drcom-csharp混淆
(上一个pull request有错误,已经关了)

@@ -370,7 +371,7 @@ def daemon():
def main():
if not IS_TEST:
daemon()
execfile(CONF, globals())
exec(open(CONF).read(), globals())
Copy link
Member

Choose a reason for hiding this comment

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

用with open

@leviolet
Copy link
Contributor Author

leviolet commented Sep 1, 2020

ok👌

@mchome mchome merged commit 2ba09ce into drcoms:master Sep 1, 2020
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.

2 participants