Skip to content

Commit

Permalink
finished datavla checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Feb 19, 2024
1 parent ca943d5 commit ea37b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falconscoutcore/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
load_dotenv()
github_instance = Github(os.getenv("GITHUB_KEY"))

# Load files for global use.
# Load files for global usage.
with open("config.json") as config_file:
CONFIG = load(config_file)

Expand Down

0 comments on commit ea37b3e

Please sign in to comment.