Skip to content

Commit cb3813a

Browse files
ar13pitMatthijsBurgh
authored andcommitted
fix(dashboard): Change python2 to python3
1 parent dc233d7 commit cb3813a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/get-releases

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
import sys
44
import urllib2
@@ -18,4 +18,4 @@ for r in rs:
1818
except ValueError:
1919
continue
2020
url = new['browser_download_url']
21-
print r['tag_name'], url
21+
print(r['tag_name'], url)

0 commit comments

Comments
 (0)