Skip to content

Commit 01a6bd6

Browse files
author
tosaki
committed
chore: Remove single quotes from RSS_FEEDS value in .env_example.
1 parent c2beec0 commit 01a6bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env_example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ RANKING_WINDOW_HOURS=72 # How many hours of news to include in the ranking list
2323
# HTTPS_PROXY=http://127.0.0.1:7890
2424

2525
# RSS Feeds (JSON Array)
26-
RSS_FEEDS='["https://spaceflightnow.com/feed/", "https://hnrss.org/newest?points=100"]'
26+
RSS_FEEDS=["https://spaceflightnow.com/feed/", "https://hnrss.org/newest?points=100"]
2727

0 commit comments

Comments
 (0)