Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Update: utf8 -> utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Feb 14, 2019
1 parent 60f71fe commit 35d918c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion magnet_dht/crawler.py
@@ -1,5 +1,5 @@
#! usr/bin/python
# encoding=utf8
# encoding=utf-8

import socket
import codecs
Expand Down
2 changes: 1 addition & 1 deletion magnet_dht/magnet_to_torrent_aria2c.py
@@ -1,5 +1,5 @@
#!usr/bin/python
# encoding=utf8
# encoding=utf-8

from http.client import HTTPConnection
import json
Expand Down
2 changes: 1 addition & 1 deletion magnet_dht/utils.py
@@ -1,5 +1,5 @@
#!usr/bin/python
# encoding=utf8
# encoding=utf-8

import os
import logging
Expand Down
1 change: 0 additions & 1 deletion manage.py
Expand Up @@ -15,7 +15,6 @@ def get_parser():
parser = argparse.ArgumentParser(description="start manage.py with flag.")
parser.add_argument("-s", action="store_true", help="run start_server func.")
parser.add_argument("-m", action="store_true", help="run magnet2torrent func")

parser.add_argument("-p", action="store_true", help="run parse_torrent func")
return parser

Expand Down

0 comments on commit 35d918c

Please sign in to comment.