mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +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")]
|
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")
|
UNKNOWN_BAND = Band(name="Unknown", start_freq=0, end_freq=0, color="black", contrast_color="white")
|
||||||
|
|
||||||
# "continent"s
|
# Continents
|
||||||
"continent"
|
CONTINENTS = ["EU", "NA", "SA", "AS", "AF", "OC", "AN"]
|
||||||
S = ["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 (borrowed from https:#github.com/wavelog/wavelog/blob/master/application/libraries/"dxcc"Flag.php)
|
||||||
"dxcc"
|
DXCC_FLAGS = {
|
||||||
_FLAGS = {
|
|
||||||
0: "", # "dxcc" NONE
|
0: "", # "dxcc" NONE
|
||||||
1: "\U0001F1E8\U0001F1E6", # CANADA
|
1: "\U0001F1E8\U0001F1E6", # CANADA
|
||||||
2: "", # ABU AIL IS
|
2: "", # ABU AIL IS
|
||||||
|
|||||||
Reference in New Issue
Block a user