Skip to content

Commit

Permalink
Using python2 in Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen198 committed Jul 24, 2021
1 parent 4b23ca4 commit 426fb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/wypyplus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
pre='(?:^|\n)```((?:.|\n)+?)\n```';link='\[([^]]*)]\(\s*((?:http[s]?://)?[^)]+)\s*\)';import sys,re,os,cgi;
from datetime import timedelta as td,datetime as dt;q,x,h,w=cgi.escape,os.path.exists,'<a href=','wypyplus.py?p='
Expand Down

0 comments on commit 426fb2f

Please sign in to comment.