mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Unfuck
This commit is contained in:
@@ -44,13 +44,11 @@ BANDS = [
|
||||
Band(name="76GHz", start_freq=75500000000, end_freq=81500000000, color="#baf9d8", contrast_color="black")]
|
||||
UNKNOWN_BAND = Band(name="Unknown", start_freq=0, end_freq=0, color="black", contrast_color="white")
|
||||
|
||||
# "continent"s
|
||||
"continent"
|
||||
S = ["EU", "NA", "SA", "AS", "AF", "OC", "AN"]
|
||||
# Continents
|
||||
CONTINENTS = ["EU", "NA", "SA", "AS", "AF", "OC", "AN"]
|
||||
|
||||
# "dxcc" flags (borrowed from https:#github.com/wavelog/wavelog/blob/master/application/libraries/"dxcc"Flag.php)
|
||||
"dxcc"
|
||||
_FLAGS = {
|
||||
# DXCC flags (borrowed from https:#github.com/wavelog/wavelog/blob/master/application/libraries/"dxcc"Flag.php)
|
||||
DXCC_FLAGS = {
|
||||
0: "", # "dxcc" NONE
|
||||
1: "\U0001F1E8\U0001F1E6", # CANADA
|
||||
2: "", # ABU AIL IS
|
||||
|
||||
Reference in New Issue
Block a user