Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/cmason3/jinjafx_server into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Jan 28, 2025
2 parents b3dca4e + b53f26f commit d495bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinjafx_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from http.server import HTTPServer, BaseHTTPRequestHandler
from jinja2 import __version__ as jinja2_version
from jinja2 import TemplateError, TemplateNotFound
from jinja2 import TemplateError

import jinjafx, os, io, socket, signal, threading, yaml, json, base64, time, datetime, resource
import re, argparse, hashlib, traceback, glob, hmac, uuid, struct, binascii, gzip, requests, ctypes, subprocess
Expand Down

0 comments on commit d495bdd

Please sign in to comment.