Skip to content

Commit

Permalink
增加编码兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
ileler committed Jul 15, 2019
1 parent 03b52e4 commit 8b91a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sync_link
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Author: ileler@qq.com
import re
from shutil import move
from urllib import parse
Expand Down

0 comments on commit 8b91a8a

Please sign in to comment.