From f423023531dfb4c0c28118efb1569dc891ef1479 Mon Sep 17 00:00:00 2001 From: cdpath <11472839+cdpath@users.noreply.github.com> Date: Mon, 19 Aug 2019 17:41:48 +0800 Subject: [PATCH] Fix python3 issue --- lib/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helper.js b/lib/helper.js index c2085134..61014be6 100644 --- a/lib/helper.js +++ b/lib/helper.js @@ -40,7 +40,7 @@ const LANGS = [ {lang: 'kotlin', ext: '.kt', style: 'c'}, {lang: 'mysql', ext: '.sql', style: '--'}, {lang: 'python', ext: '.py', style: '#'}, - {lang: 'python3', ext: '.py', style: '#'}, + {lang: 'python3', ext: '.py3', style: '#'}, {lang: 'ruby', ext: '.rb', style: '#'}, {lang: 'rust', ext: '.rs', style: 'c'}, {lang: 'scala', ext: '.scala', style: 'c'},
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: