mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
Update generate_map.py
This commit is contained in:
6
.github/generate_map.py
vendored
6
.github/generate_map.py
vendored
@@ -6,7 +6,11 @@ stargazers that come from each country. The script maintains a CSV
|
|||||||
up once (unless the country entry is blank).
|
up once (unless the country entry is blank).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import csv, os, time, sys, json, requests
|
import csv
|
||||||
|
import os
|
||||||
|
import time
|
||||||
|
import sys
|
||||||
|
import requests
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user