@@ -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()
The note is not visible to the blocked user.