We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166599d commit b28f4bcCopy full SHA for b28f4bc
mec/ubx.py
@@ -1,6 +1,6 @@
1
def get_token(platform = 'colab',ENV_PATH=None):
2
if platform == 'colab':
3
- return get_token_colab(username,verbose=verbose)
+ return get_token_colab(ENV_PATH)
4
else:
5
raise Exception("Platform "+platform+' is not supported.')
6
setup.py
@@ -2,7 +2,7 @@
setup(
name="mec",
- version="0.217",
+ version="0.218",
authors=["Alfred Galichon"],
7
author_email="[email protected]",
8
licence="",
0 commit comments