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