Skip to content

Commit 559b6b0

Browse files
authored
Update 2refresh.py
1 parent 109a887 commit 559b6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2refresh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def save_results(self, results: List[Dict], output_file: str):
234234

235235
# Define column order for better readability
236236
column_order = [
237+
'tstamp',
237238
'repository_name',
238239
'url',
239240
'forks_count',
@@ -243,8 +244,7 @@ def save_results(self, results: List[Dict], output_file: str):
243244
'stars',
244245
'open_issues',
245246
'contributors_count',
246-
'discussions',
247-
'tstamp'
247+
'discussions'
248248
]
249249

250250
# Ensure all columns exist and reorder

0 commit comments

Comments
 (0)