mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
callinfo get_all() convert callsign to upper case
This commit is contained in:
parent
5db094e1a2
commit
f51976a9f5
|
|
@ -307,6 +307,9 @@ class Callinfo(object):
|
|||
would be missing with Clublog (API or XML) :py:class:`LookupLib`.
|
||||
|
||||
"""
|
||||
|
||||
callsign = callsign.upper()
|
||||
|
||||
if timestamp is None:
|
||||
timestamp = datetime.utcnow().replace(tzinfo=UTC)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue