我正在使用Python Pygatt模块(https://github.com/ampledata/pygatt/tree/master/pygatt)。
classes.py文件导入pygatt.constants,它设置了一些常量。我无法弄清楚如何在我的文件foo.py中覆盖这些常量我已经尝试过:
import pygatt
pygat.classes.pygatt.constants.DEFAULT_CONNECT_TIMEOUT_S = 8
但它不起作用。我很困惑,这可能是我正在做的事情。非常感谢您的帮助!
答案 0 :(得分:-1)
试试这个:
%message%