kopia lustrzana https://github.com/glidernet/python-ogn-client
Fix: Flake8 F824: mutation does not need 'global'
rodzic
38af569c2e
commit
33519fcb85
|
@ -25,7 +25,6 @@ server_timestamp = None
|
||||||
|
|
||||||
|
|
||||||
def parse(aprs_message, reference_timestamp=None, calculate_relations=False, use_server_timestamp=True):
|
def parse(aprs_message, reference_timestamp=None, calculate_relations=False, use_server_timestamp=True):
|
||||||
global positions
|
|
||||||
global server_timestamp
|
global server_timestamp
|
||||||
|
|
||||||
if use_server_timestamp is True:
|
if use_server_timestamp is True:
|
||||||
|
|
Ładowanie…
Reference in New Issue