From ceeccd90f648b4f673d2633df4cb7dafc1bbf5b4 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Sun, 26 Mar 2023 14:08:10 +0100 Subject: Update waterfall --- airspyhf/airspyhf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'airspyhf/airspyhf.py') diff --git a/airspyhf/airspyhf.py b/airspyhf/airspyhf.py index 5a26fa3..74e2e1d 100644 --- a/airspyhf/airspyhf.py +++ b/airspyhf/airspyhf.py @@ -98,7 +98,7 @@ class AirSpyHF: ret = libairspyhf.airspyhf_set_hf_lna(self.dev_p, flag) return ret - def set_frequency(self,freq:int): + def set_frequency(self, freq:int): if not self.initalized: print("airspy not initalized") return -1 -- cgit v1.2.3