docs: fix print syntax in example

Fixes #32
This commit is contained in:
Rossen Georgiev 2017-09-23 13:35:01 +01:00
parent 96d914b29d
commit b6d67fd66d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Connecting to APRS-IS is done using the :py:class:`aprslib.IS` module.
import aprslib
def callback(packet):
print packet
print(packet)
AIS = aprslib.IS("N0CALL")
AIS.connect()