|
@@ -38,6 +38,6 @@ class Aria2Monitor:
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
# 使用示例
|
|
|
- aria2_monitor = Aria2Monitor("http://192.168.88.10:6800/jsonrpc", "123456")
|
|
|
+ aria2_monitor = Aria2Monitor("http://192.168.88.10", "123456")
|
|
|
destination_folder = "/mnt/video/sync/movie"
|
|
|
aria2_monitor.monitor_and_move_shutil(destination_folder)
|