Compare commits
No commits in common. "2fc18801a7e170ddfec462d16cacacf187993bb3" and "2808952153e44faf17d394e52c087169ed4bd4fd" have entirely different histories.
2fc18801a7
...
2808952153
@ -3,11 +3,7 @@ import json
|
||||
import yaml
|
||||
import asyncio
|
||||
import subprocess
|
||||
try:
|
||||
import pty
|
||||
except Exception as ex:
|
||||
print("You are not able to run a terminal. See error:")
|
||||
print(ex)
|
||||
import os
|
||||
|
||||
class ComposeFileManager:
|
||||
|
||||
@ -7,11 +7,9 @@ from os.path import isfile
|
||||
import aiofiles
|
||||
from aiohttp import web
|
||||
from PIL import Image
|
||||
from pillow_heif import register_heif_opener
|
||||
|
||||
from snek.system.view import BaseView
|
||||
|
||||
register_heif_opener()
|
||||
|
||||
class ChannelAttachmentView(BaseView):
|
||||
async def get(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user