This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Douyin_Web_Live/main.py
2021-11-29 14:50:56 +08:00

6 lines
135 B
Python

from scripts import watcher
if __name__ == '__main__':
w = watcher.Watcher(directory='/Users/geng/charles/autosaved')
w.run()