We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bc6c1 commit d93b9a2Copy full SHA for d93b9a2
compression/huffman.py
@@ -119,4 +119,4 @@ def huffman(file_path: str) -> None:
119
120
if __name__ == "__main__":
121
# pass the file path to the huffman function
122
- huffman(sys.argv[1])
+ huffman(sys.argv[0])
0 commit comments