Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
heshengtao committed Jun 2, 2024
2 parents 1edf215 + 8f8318a commit f96e3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def copy_js_files():
source_file = os.path.join(current_folder, "web", file_name)
target_file = os.path.join(target_folder, file_name)
shutil.copy2(source_file, target_file)
print(f"复制了文件: {file_name}")

def get_python_version():
"""Return the Python version in a concise format, e.g., '39' for Python 3.9."""
Expand Down

0 comments on commit f96e3f7

Please sign in to comment.