feat: crap

This commit is contained in:
2024-11-05 00:38:48 +03:00
parent 1ac664362e
commit 2e0d5f0944
6 changed files with 43 additions and 13 deletions

11
test.py
View File

@@ -1,2 +1,9 @@
a = [1]
print(a[:1], a[1:])
import background.tasks
def main():
task = background.tasks.update_marketplace.delay(41)
if __name__ == '__main__':
main()