some newlines and a todo note
This commit is contained in:
@ -3,3 +3,4 @@ from .scicat import SciCat
|
||||
from .scilog import SciLog
|
||||
from .snippet import Basesnippet, Paragraph
|
||||
|
||||
|
||||
|
@ -42,7 +42,6 @@ class AuthMixin(ABC):
|
||||
password = getpass.getpass(prompt=f"{tn} password for {username}: ")
|
||||
token = self.authenticate(username, password)
|
||||
self.config[username] = self._token = token
|
||||
|
||||
return token
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ class SciCat(AuthMixin):
|
||||
@property
|
||||
def proposals(self):
|
||||
url = self.address + "/proposals"
|
||||
headers = self.auth_headers
|
||||
headers = self.auth_headers #TODO
|
||||
return get_request(url, headers=headers)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user