fixing import errors
This commit is contained in:
@@ -52,8 +52,8 @@ class AudioKeyManager(PacketsReceiver):
|
||||
return self.get_audio_key(gid, file_id, False)
|
||||
raise RuntimeError(
|
||||
"Failed fetching audio key! gid: {}, fileId: {}".format(
|
||||
Utils.Utils.bytes_to_hex(gid),
|
||||
Utils.Utils.bytes_to_hex(file_id)))
|
||||
Utils.bytes_to_hex(gid),
|
||||
Utils.bytes_to_hex(file_id)))
|
||||
|
||||
return key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user