mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Added docker-compose build steps to README.md
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import requests
|
||||
import json
|
||||
import sys
|
||||
import os
|
||||
import requests, json, sys, os
|
||||
import time, traceback
|
||||
|
||||
PATH = os.getcwd() + "/"
|
||||
version = float(str(sys.version_info[0]) + "." + str(sys.version_info[1]))
|
||||
@@ -104,9 +102,6 @@ def cf_api(endpoint, method, config, headers={}, data=False):
|
||||
|
||||
return response.json()
|
||||
|
||||
# Scheduling
|
||||
import time, traceback
|
||||
|
||||
def every(delay, task):
|
||||
next_time = time.time() + delay
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user