Skip to content

Commit

Permalink
Merge pull request #392 from MESH-Research/cassie-branch
Browse files Browse the repository at this point in the history
beginning of flask work and token fix
  • Loading branch information
cassandralem-msu authored Jan 18, 2024
2 parents b94437d + b39dc9d commit f3301cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/stats-CLI/stats_CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
import numpy as np
import json
from APIclient import APIclient
import os

token = '3jXFlpoy9UQ2vo5OokTItOEVGdXPObEnmEtNG2eO2249wKiQCkFxYwHypk2W'
token = os.environ['CLI_TOKEN']

@click.group()
def cli():
Expand Down

0 comments on commit f3301cd

Please sign in to comment.