Skip to content

Commit f423023

Browse files
authored
Fix python3 issue
1 parent 8dc0b2a commit f423023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const LANGS = [
4040
{lang: 'kotlin', ext: '.kt', style: 'c'},
4141
{lang: 'mysql', ext: '.sql', style: '--'},
4242
{lang: 'python', ext: '.py', style: '#'},
43-
{lang: 'python3', ext: '.py', style: '#'},
43+
{lang: 'python3', ext: '.py3', style: '#'},
4444
{lang: 'ruby', ext: '.rb', style: '#'},
4545
{lang: 'rust', ext: '.rs', style: 'c'},
4646
{lang: 'scala', ext: '.scala', style: 'c'},

0 commit comments

Comments
 (0)