Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
cxgreat2014 authored Jan 27, 2017
1 parent 16e60c3 commit 7da753c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeromail.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


class ZeroMail:
__version__ == 0.1
def __init__(self, host='127.0.0.1', port=43110, address='Mail.ZeroNetwork.bit', port_control='http',
data_file='data.json'):
html = get(f'{port_control}://{host}:{port}/{address}/', headers={"ACCEPT": "text/html"}).content.decode()
Expand Down

0 comments on commit 7da753c

Please sign in to comment.