Skip to content

Commit e204e9b

Browse files
authored
remove EOL whitespace
1 parent 79af883 commit e204e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Set the topic
2020
topic = os.getenv("TOPIC")
2121
organization = os.getenv("ORGANIZATION")
22-
22+
2323
# Get all repos from organization
2424
search_string = "org:" + organization + " topic:" + topic
2525
all_repos = gh.search_repositories(search_string)

0 commit comments

Comments
 (0)