compiler

Log | Files | Refs | Activity | README

commit 686c1675f1e8de4c228f99c67305eb17c6503fd6
parent bc3cce45596102921fb4d7b19203b54863550ff3
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Sun, 11 Jan 2026 18:59:08 +0530

Fix missing import for platform module

Added missing import for platform module to handle OS-specific functionality.
Diffstat:
Mbackend.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/backend.py b/backend.py @@ -7,6 +7,7 @@ import sys import threading import re import importlib.util +import platform # <--- FIXED: Added missing import # ================================================================================== # CLOUD COMPILER SERVER (AIOHTTP) - RENDER COMPATIBLE
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror