Skip to content

Commit

Permalink
just to build new images
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Dec 17, 2023
1 parent 6fc8b08 commit 082e16e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion novel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import time
import json
import telebot
import requests
import datetime
import requests
import threading
import http.server
import socketserver
Expand Down
2 changes: 1 addition & 1 deletion submanager/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import json
import time
import shutil
import schedule
import requests
import datetime
import schedule

DIRECTORY_PATH = "/sub"
NGINX_PATH = "/conf.d"
Expand Down
2 changes: 1 addition & 1 deletion telebot/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import time
import json
import psutil
import docker
import psutil
import telebot
import requests
import datetime
Expand Down

0 comments on commit 082e16e

Please sign in to comment.