Refacotring
This commit is contained in:
parent
3f377a14bb
commit
36b1d2364d
@ -6,7 +6,7 @@ from threading import Thread
|
|||||||
|
|
||||||
from wcferry import Wcf
|
from wcferry import Wcf
|
||||||
|
|
||||||
|
logging.basicConfig(level='DEBUG', format="%(asctime)s %(message)s")
|
||||||
LOG = logging.getLogger("Demo")
|
LOG = logging.getLogger("Demo")
|
||||||
|
|
||||||
|
|
||||||
@ -58,5 +58,4 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logging.basicConfig(level='DEBUG', format="%(asctime)s %(message)s")
|
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user