Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit da55495

Browse files
authored
Update ProtVR.py
1 parent ae95afd commit da55495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProtVR.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
data.write('\t<a-sky color="#111111"></a-sky>\n')
3030

3131
for line in filename:
32-
line=line.decode()
32+
#line=line.decode()
3333
if line.startswith('ATOM'):
3434
splitline=line.split()
3535
try:

0 commit comments

Comments
 (0)