Skip to content

Commit 86f1eac

Browse files
Johannes HötterJohannes Hötter
authored andcommitted
solves localhost bug
1 parent 295b4e7 commit 86f1eac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

onetask/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def __init__(
2323
msg.fail("Could not log in. Please check your username and password.")
2424
else:
2525
self.session_token = None
26-
settings.set_to_localhost()
2726
msg.info("Sending requests to localhost")
2827
self.project_id = project_id
2928

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="onetask",
13-
version="0.1.1",
13+
version="0.1.2",
1414
author="onetask",
1515
author_email="[email protected]",
1616
description="Official Python SDK for the onetask API",

0 commit comments

Comments
 (0)