Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
[Bugfix] - Change address.txt path (#4)
Browse files Browse the repository at this point in the history
* Delete tmp folder

* Update .gitignore

* Update ipteller.py

* Update setup.py
  • Loading branch information
Saphyel authored Sep 3, 2017
1 parent e8ab778 commit 85a0a66
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,4 @@ ENV/
.mypy_cache/

/.idea/
/tmp/*
!/tmp/.gitkeep
/vendor/
2 changes: 1 addition & 1 deletion ipteller/ipteller.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from jsonip import JsonIp
from mailer import Mailer

address = Address('tmp/address.txt')
address = Address('~/address.txt')
address.load()

provider = JsonIp()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ipteller',
version='1.0.1',
version='1.0.2',
description='Sends an email when your IP address changes',
url='http://github.com/Saphyel/ipteller',
author='Saphyel',
Expand Down
Empty file removed tmp/.gitkeep
Empty file.

0 comments on commit 85a0a66

Please sign in to comment.