This commit is contained in:
耿伦伦
2021-11-30 16:41:23 +08:00
parent febaf8599a
commit c5a38f00ae
10 changed files with 98 additions and 20 deletions

View File

@ -1,6 +1,7 @@
from scripts import watcher
from scripts import watcher, webdriver
if __name__ == '__main__':
w = watcher.Watcher(directory='/Users/geng/charles/autosaved')
w.run()
webdriver.lunch()
w = watcher.Watcher(directory='/Users/geng/douyin_live')
w.run()