Skip to content

Commit

Permalink
add to
Browse files Browse the repository at this point in the history
  • Loading branch information
prabesh-paudel committed Dec 22, 2023
1 parent 674c040 commit 578e951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client/samples/crop_models/sugar.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
parser = argparse.ArgumentParser(description="Gro api client")
parser.add_argument("--token", default=os.environ.get("GROAPI_TOKEN", None))
args = parser.parse_args()
assert args.token, "Need --token or the token is saved in GROAPI_TOKEN environment variable"
assert args.token, "Need --token or the token to be saved in GROAPI_TOKEN environment variable"

model = CropModel(API_HOST, args.token)
model.add_data_series(
Expand Down

0 comments on commit 578e951

Please sign in to comment.