Skip to content

Commit 99e8b31

Browse files
authored
Add env_token for interfacing with GH
1 parent c09c501 commit 99e8b31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
("The Way of Kings", "Brandon Sanderson", False)
1515
]
1616

17+
env_token = "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"
18+
1719

1820
if __name__ == "__main__":
1921
cursor.execute(

0 commit comments

Comments
 (0)