diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-09 22:47:36 +0000 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-09 22:47:36 +0000 |
commit | 194f0c07ecbab61eb383c9d17c72fb73a4c9af80 (patch) | |
tree | a70fdd9a8e1235e1b35fbdd735ecaf9cdb7c0e41 /airspyhf/libairspyhf.py | |
parent | c1ae0bcdb4eb27404d132b108f3d8da5ccdcf817 (diff) | |
parent | fba22599d2ce386517c5c7f93403e0b3a4c92877 (diff) | |
download | pyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.tar.gz pyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.zip |
Adding test for class. Implementeing main class. cleaning/fixing airspyhf_rx
Diffstat (limited to 'airspyhf/libairspyhf.py')
-rw-r--r-- | airspyhf/libairspyhf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf/libairspyhf.py b/airspyhf/libairspyhf.py index dada9f5..a287626 100644 --- a/airspyhf/libairspyhf.py +++ b/airspyhf/libairspyhf.py @@ -23,7 +23,7 @@ def load_libairspyhf(): driver = driver() if driver is None: continue - print(driver) + #print("Search for driver named %s"%(driver)) try: dll = CDLL(driver) break |