Skip to content

Commit

Permalink
fixup! Fix API key
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jun 10, 2024
1 parent 16632b4 commit 49da63e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
import matplotlib

import biotite
import os
raise ValueError(
" ".join([
"LENGTH:", str(len(os.environ.get("NCBI_API_KEY"))),
"START:", os.environ.get("NCBI_API_KEY")[:3], "***"
])
)


BIOTITE_DOMAIN = "www.biotite-python.org"
Expand Down

0 comments on commit 49da63e

Please sign in to comment.